SetCreatedObject - ConstructibleObject
Revision as of 06:26, 18 October 2017 by imported>Qazaaq (added f4se member)
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