GetCreatedCount - ConstructibleObject
Revision as of 06:31, 18 October 2017 by imported>Qazaaq (added f4se member)
F4SE Member of: ConstructibleObject Script
Gets the amount of Forms created by this constructible object.
Syntax
int Function GetCreatedCount() Native
Parameters
None.
Return Value
The amount of Forms created by this constructible object.
Examples
int amount = myConstructibleObject.GetCreatedCount()
Debug.Trace("This constructible object will create " + amount + " objects.")
Notes
None