GetCreatedCount - ConstructibleObject
Jump to navigation
Jump to search
F4SE Member of: ConstructibleObject Script
Requires F4SE version 0.4.2 or higher.
Gets the amount of Forms created by this constructible object.
Syntax[edit | edit source]
int Function GetCreatedCount() Native
Parameters[edit | edit source]
None.
Return Value[edit | edit source]
The amount of Forms created by this constructible object.
Examples[edit | edit source]
int amount = myConstructibleObject.GetCreatedCount()
Debug.Trace("This constructible object will create " + amount + " objects.")
Notes[edit | edit source]
None