GetLeveledListFlags

From GECK
(Redirected from LListGetFlags)
Jump to: navigation, search


A function added by the Lutana NVSE plugin, now part of the JIP NVSE Plugin.

Description

Returns a bitfield of the flags used by a leveled list.

Syntax

[help]
(int) GetLeveledListFlags levelledList:baseform 

Or:

(int) LListGetFlags levelledList:baseform

Example

GetLeveledListFlags Ammo10mm75

Returns 2

Leveled List Flags

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

See Also