GetCreatedObject - ConstructibleObject

Revision as of 14:25, 21 January 2018 by imported>Qazaaq (added required f4se version)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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