ListReplaceForm

Revision as of 09:48, 3 August 2009 by imported>Omzy (new fose function)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
< [[::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

(oldIndex:int) ListReplaceForm FormListID:ref NewFormID:ref OldFormID:ref

Example

ListReplaceForm myFormList myNewForm myOldForm

Notes

See Also