Difference between revisions of "SetBaseForm"

From the Fallout3 GECK Wiki
Jump to navigation Jump to search
imported>Pintocat
(Created page with "{{Function |origin = LU |summary = Sets the base form of a reference to another form of the same type. [Cannot be used on NPCs or Creatures.] |name = SetBaseForm |returnTy...")
 
imported>Pintocat
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{Function
{{Function
  |origin = LU
  |origin = LU
  |summary = Sets the base form of a reference to another form of the same type. [Cannot be used on NPCs or Creatures.]
  |summary = Sets the base form of a reference to another form of the same type. Updates the reference's 3D data if it is loaded. Experimentally allows changing a reference's form type; actors are still excluded.
[Cannot be used on NPCs or Creatures.]
  |name = SetBaseForm
  |name = SetBaseForm
  |returnType = void
  |returnType = void
  |referenceType = [SetBaseForm]
  |referenceType = [ref]
  |arguments =  
  |arguments =  
   {{FunctionArgument
   {{FunctionArgument
Line 13: Line 14:
==See Also==
==See Also==
[[Category:Functions_(Lutana)]]
[[Category:Functions_(Lutana)]]
[[GetBaseForm]]
[[GetBaseObject]]

Latest revision as of 22:14, 3 March 2017

< [[::Category:Functions|Category:Functions]]

A function added by the Lutana NVSE plugin.

Description

Sets the base form of a reference to another form of the same type. Updates the reference's 3D data if it is loaded. Experimentally allows changing a reference's form type; actors are still excluded.

[Cannot be used on NPCs or Creatures.]

Syntax

[help]
[ref].SetBaseForm base:form

See Also

GetBaseForm

GetBaseObject