GetLeveledListFlags

From the Fallout3 GECK Wiki
Revision as of 20:46, 19 December 2016 by imported>Gribbleshnibit8
(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 flags used by a leveled list.

Syntax

[help]
(int) GetLeveledListFlags list:ref 

Or:

(int) LListGetFlags list:ref

Leveled List Flags

1 : Calculate from all levels <= player's level
2 : Calculate for each item in count
4 : Use All


See Also