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

Description

Wiki Description

Gets the amount of Forms created by this constructible object.


Caveats

CK Wiki - Notes

None


Examples

int amount = myConstructibleObject.GetCreatedCount()
Debug.Trace("This constructible object will create " + amount + " objects.")

Auto-Generated Example

int returnedValue = myConstructibleObject__toCallFunctionOn.GetCreatedCount()

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.