- Found in:
- F4SE
Description
Wiki Description
Sets the amount of Forms created by this constructible object.
Caveats
CK Wiki - Notes
None
Parameters
intcount
CK Wiki Description
The amount of Forms created by this constructible object.
Examples
int myAmount = 100
myConstructibleObject.SetCreatedCount(myAmount)
Debug.Trace("The constructible object now creates " + myAmount + " objects.")Auto-Generated Example
int myInt__count
myConstructibleObject__toCallFunctionOn.SetCreatedCount(myInt__count)Related Pages
Additional References
View this function’s page on the Fallout 4 Creation Kit Wiki
