Difference between revisions of "SetLeveledListFlags"

From the Fallout3 GECK Wiki
Jump to navigation Jump to search
imported>Gribbleshnibit8
(Created page with "{{Function |origin = LU |summary = Sets the flags used by a leveled list. |name = SetLeveledListFlags |alias = LListSetFlags |returnType = void |arguments = {{Functio...")
 
imported>Gribbleshnibit8
m
 
(One intermediate revision by the same user not shown)
Line 14: Line 14:
   }}
   }}
}}
}}
{{Leveled_List_Flags}}
==See Also==
==See Also==
*[[GetLeveledListFlags]]
*[[GetLeveledListFlags]]
[[Category:Functions_(Lutana)]]
[[Category:Functions_(Lutana)]]
[[Category:Leveled_List_Functions_(Lutana)]]
[[Category:Leveled_List_Functions_(Lutana)]]

Latest revision as of 19:44, 19 December 2016

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