GetCreatedObject - ConstructibleObject

From the Fallout4 CreationKit Wiki
Jump to navigation Jump to search

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

Gets the created object Form for this constructible object.

Syntax[edit | edit source]

Form Function GetCreatedObject() Native

Parameters[edit | edit source]

None.

Return Value[edit | edit source]

The created object Form for this constructible object.

Examples[edit | edit source]

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

Notes[edit | edit source]

None

See Also[edit | edit source]