- Found in:
- Vanilla
Description
Wiki Description
Returns the number of items in the list.
Documentation Comment
Returns the number of forms in the list
Caveats
Examples
; Print out the forms in the list
FormList property list auto
int index = 0
While (index < list.GetSize())
Debug.Trace("Form " + index + " is " + list.GetAt(index))
index = index + 1
EndWhileAuto-Generated Example
int returnedValue = myFormList__toCallFunctionOn.GetSize()Additional References
View this function’s page on the Fallout 4 Creation Kit Wiki
