SetLeveledListFlags

From the Fallout3 GECK Wiki
Jump to navigation Jump to search
< [[::Category:Functions|Category:Functions]]

A function added by the Lutana NVSE plugin.

Description

Sets the flags used by a leveled list.

Syntax

[help]
SetLeveledListFlags list:ref flags:int 

Or:

LListSetFlags list:ref flags:int

Leveled List Flags

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


See Also