GetNumLevItems

From the Fallout3 GECK Wiki
Revision as of 18:56, 19 December 2016 by imported>Gribbleshnibit8 (Created page with "{{Function |origin = LU |summary = Returns the number of entries in a leveled list. |name = GetNumLevItems |alias = LListGetCount |returnType = int |arguments = {{Fun...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
< [[::Category:Functions|Category:Functions]]

A function added by the Lutana NVSE plugin.

Description

Returns the number of entries in a leveled list.

Syntax

[help]
(int) GetNumLevItems list:ref 

Or:

(int) LListGetCount list:ref

See Also