SetCreatedObject - ConstructibleObject
Revision as of 13:28, 21 January 2018 by imported>Qazaaq (added required f4se version)
F4SE Member of: ConstructibleObject Script
Requires F4SE version 0.4.2 or higher.
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