- Found in:
- F4SE
Description
Wiki Description
Gets the amount of Forms created by this constructible object.
Caveats
CK Wiki - Notes
None
Examples
int amount = myConstructibleObject.GetCreatedCount()
Debug.Trace("This constructible object will create " + amount + " objects.")Auto-Generated Example
int returnedValue = myConstructibleObject__toCallFunctionOn.GetCreatedCount()Related Pages
Additional References
View this function’s page on the Fallout 4 Creation Kit Wiki
