ListGetCount

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)
< [[::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