ListReplaceNthForm

Revision as of 13:14, 12 August 2009 by imported>Geckbot (Robot: Automated text replacement (-\[\[Category:(.*?)Functions\]\] +Category:\1Functions\nCategory:\1Functions (GECK 1.0)))
< [[::Category:Functions|Category:Functions]]

A function added by the Fallout Script Extender.

Description

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

Syntax

(removedForm:ref) ListReplaceNthForm FormListID:ref NewFormID:ref index:int

Example

ListReplaceNthForm myFormList myNewForm 4

Notes

See Also