Difference between revisions of "LeveledListAddForm"

From the Fallout3 GECK Wiki
Jump to navigation Jump to search
imported>Gribbleshnibit8
(Created page with "{{Function |origin = LU |summary = Creates a new entry in a leveled list with the given parameters. (Use decimal values between 0.0 and 1.0 for health percentage.) |name =...")
 
imported>Gribbleshnibit8
m (add additional function link)
 
Line 26: Line 26:
*[[LeveledListRemoveForm]]
*[[LeveledListRemoveForm]]
*[[LeveledListReplaceForm]]
*[[LeveledListReplaceForm]]
*[[LeveledListClear]]
[[Category:Functions_(Lutana)]]
[[Category:Functions_(Lutana)]]
[[Category:Leveled_List_Functions_(Lutana)]]
[[Category:Leveled_List_Functions_(Lutana)]]

Latest revision as of 19:23, 19 December 2016

< [[::Category:Functions|Category:Functions]]

A function added by the Lutana NVSE plugin.

Description

Creates a new entry in a leveled list with the given parameters. (Use decimal values between 0.0 and 1.0 for health percentage.)

Syntax

[help]
LeveledListAddForm list:ref form:ref level:int count:int health:float 

Or:

LListAddForm list:ref form:ref level:int count:int health:float

See Also