- Found in:
- F4SE
Description
Wiki Description
Sets the created object Form for this constructible object.
Caveats
CK Wiki - Notes
None
Parameters
Examples
myConstructibleObject.SetCreatedObject(BaseballBat)
Debug.Trace("The constructible object now creates a " + BaseballBat)Auto-Generated Example
Form myForm__akForm
myConstructibleObject__toCallFunctionOn.SetCreatedObject(myForm__akForm)Related Pages
Additional References
View this function’s page on the Fallout 4 Creation Kit Wiki
