ListGetCount
Revision as of 05:08, 24 March 2015 by imported>Odessa (Tidied + added example/see also)
< [[::Category:Functions|Category:Functions]]
A function added by the Fallout Script Extender.
Description
Returns the count of items in the specified form list.
Syntax
(Count:int) ListGetCount Target:formlist
Example
int iCount set iCount to ListGetCount AmmoList10mm ; * 3
See Also
- ListGetNthForm
- ListRemoveNthForm
- Ar_Size (equivalent for arrays)