SetCreatedObject - ConstructibleObject

F4SE Member of: ConstructibleObject Script
Requires F4SE version 0.4.2 or higher.

Sets the created object Form for this constructible object.

SyntaxEdit

Function SetCreatedObject(Form akForm) Native

ParametersEdit

  • akForm: The object Form this constructible object should create.

Return ValueEdit

None

ExamplesEdit

myConstructibleObject.SetCreatedObject(BaseballBat)
Debug.Trace("The constructible object now creates a " + BaseballBat)

NotesEdit

None

See AlsoEdit