SetCreatedObject - ConstructibleObject

From the Fallout4 CreationKit Wiki
Revision as of 06:26, 18 October 2017 by imported>Qazaaq (added f4se member)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

F4SE Member of: ConstructibleObject Script

Sets the created object Form for this constructible object.

Syntax

Function SetCreatedObject(Form akForm) Native

Parameters

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

Return Value

None

Examples

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

Notes

None

See Also