SetCreatedCount - ConstructibleObject
Revision as of 13:28, 21 January 2018 by imported>Qazaaq (added required f4se version)
F4SE Member of: ConstructibleObject Script
Requires F4SE version 0.4.2 or higher.
Sets the amount of Forms created by this constructible object.
SyntaxEdit
Function SetCreatedCount(int count) Native
ParametersEdit
- count: The amount of Forms created by this constructible object.
Return ValueEdit
None
ExamplesEdit
int myAmount = 100
myConstructibleObject.SetCreatedCount(myAmount)
Debug.Trace("The constructible object now creates " + myAmount + " objects.")
NotesEdit
None