GetCreatedObject - ConstructibleObject

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

Gets the created object Form for this constructible object.

SyntaxEdit

Form Function GetCreatedObject() Native

ParametersEdit

None.

Return ValueEdit

The created object Form for this constructible object.

ExamplesEdit

Form created = myConstructibleObject.GetCreatedObject()
Debug.Trace(created)

NotesEdit

None

See AlsoEdit