ListGetCount

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