Difference between revisions of "SetBaseForm"

From the Fallout3 GECK Wiki
Jump to navigation Jump to search
imported>Pintocat
imported>Pintocat
 
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. Updates the reference's 3D data if it is loaded.
  |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.
Experimentally allows changing a reference's form type. Actors are still excluded.
  [Cannot be used on NPCs or Creatures.]
  [Cannot be used on NPCs or Creatures.]
  |name = SetBaseForm
  |name = SetBaseForm

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