Difference between revisions of "LeveledListReplaceForm"

From the Fallout3 GECK Wiki
Jump to navigation Jump to search
imported>Gribbleshnibit8
(Created page with "{{Function |origin = LU |summary = Replaces all instances of a form in a leveled list with another. |name = LeveledListReplaceForm |alias = LListReplaceForm |returnType =...")
 
imported>Gribbleshnibit8
m (add additional function link)
 
Line 20: Line 20:
*[[LeveledListAddForm]]
*[[LeveledListAddForm]]
*[[LeveledListRemoveForm]]
*[[LeveledListRemoveForm]]
*[[LeveledListClear]]
[[Category:Functions_(Lutana)]]
[[Category:Functions_(Lutana)]]
[[Category:Leveled_List_Functions_(Lutana)]]
[[Category:Leveled_List_Functions_(Lutana)]]

Latest revision as of 19:26, 19 December 2016

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

A function added by the Lutana NVSE plugin.

Description

Replaces all instances of a form in a leveled list with another.

Syntax

[help]
LeveledListReplaceForm list:ref old:form new:form 

Or:

LListReplaceForm list:ref old:form new:form

See Also