Background for Fallout 4
Member of the ConstructibleObject script
voidfunctionSetCreatedCount(intcount)Native

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

Some data provided by the Fallout 4 Creation Kit Wiki. Licensed under the Creative Commons Attribution-Share Alike 4.0 license.