Difference between revisions of "ListReplaceForm"

From the Fallout3 GECK Wiki
Jump to navigation Jump to search
imported>Omzy
m
imported>Geckbot
m (Robot: Automated text replacement (-\[\[Category:(.*?)Functions\]\] +Category:\1Functions\nCategory:\1Functions (GECK 1.0)))
Line 36: Line 36:


[[Category:List Functions]]
[[Category:List Functions]]
[[Category:List Functions (GECK 1.0)]]
[[Category:Functions]]
[[Category:Functions]]
[[Category:Functions (GECK 1.0)]]

Revision as of 13:13, 12 August 2009

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

A function added by the Fallout Script Extender.

Description

Replaces a form in a FormList with the another form. The function returns the index of the removed form.

Syntax

[help]
(oldIndex:int) ListReplaceForm FormListID:ref NewFormID:ref OldFormID:ref

Example

ListReplaceForm myFormList myNewForm myOldForm

Notes

See Also