ListGetCount

From the Fallout3 GECK Wiki
Revision as of 06:08, 24 March 2015 by imported>Odessa (Tidied + added example/see also)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
< [[::Category:Functions|Category:Functions]]

A function added by the Fallout Script Extender.

Description

Returns the count of items in the specified form list.

Syntax

[help]
(Count:int) ListGetCount Target:formlist

Example

int iCount

set iCount to ListGetCount AmmoList10mm ; * 3

See Also