GetCreatedCount - ConstructibleObject
Revision as of 13:25, 21 January 2018 by imported>Qazaaq (added required f4se version)
F4SE Member of: ConstructibleObject Script
Requires F4SE version 0.4.2 or higher.
Gets the amount of Forms created by this constructible object.
SyntaxEdit
int Function GetCreatedCount() Native
ParametersEdit
None.
Return ValueEdit
The amount of Forms created by this constructible object.
ExamplesEdit
int amount = myConstructibleObject.GetCreatedCount()
Debug.Trace("This constructible object will create " + amount + " objects.")
NotesEdit
None