GetCreatedCount - ConstructibleObject

From the Fallout4 CreationKit Wiki
Revision as of 06:31, 18 October 2017 by imported>Qazaaq (added f4se member)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

F4SE Member of: ConstructibleObject Script

Gets the amount of Forms created by this constructible object.

Syntax

int Function GetCreatedCount() Native

Parameters

None.

Return Value

The amount of Forms created by this constructible object.

Examples

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

Notes

None

See Also