Difference between revisions of "LeveledListRemoveForm"

From the Fallout3 GECK Wiki
Jump to navigation Jump to search
imported>Gribbleshnibit8
(Created page with "{{Function |origin = LU |summary = Removes all entries with the given form from a leveled list. Returns the number of entries removed. |name = LeveledListRemoveForm |alias...")
 
imported>Gribbleshnibit8
m (add additional function link)
 
Line 17: Line 17:
*[[LeveledListAddForm]]
*[[LeveledListAddForm]]
*[[LeveledListReplaceForm]]
*[[LeveledListReplaceForm]]
*[[LeveledListClear]]
[[Category:Functions_(Lutana)]]
[[Category:Functions_(Lutana)]]
[[Category:Leveled_List_Functions_(Lutana)]]
[[Category:Leveled_List_Functions_(Lutana)]]

Latest revision as of 19:24, 19 December 2016

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

A function added by the Lutana NVSE plugin.

Description

Removes all entries with the given form from a leveled list. Returns the number of entries removed.

Syntax

[help]
(int) LeveledListRemoveForm list:ref form:ref 

Or:

(int) LListRemoveForm list:ref form:ref

See Also