Difference between revisions of "ListReplaceNthForm"

From the Fallout3 GECK Wiki
Jump to navigation Jump to search
imported>Omzy
(new fose function)
 
imported>Omzy
m
Line 28: Line 28:
*[[ListRemoveNthForm]]
*[[ListRemoveNthForm]]
*[[ListReplaceForm]]
*[[ListReplaceForm]]
*[[ListGetForm]]
*[[ListGetNthForm]]
*[[ListGetNthForm]]
*[[ListGetFormIndex]]
*[[ListGetFormIndex]]

Revision as of 09:57, 3 August 2009

< [[::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

[help]
(removedForm:ref) ListReplaceNthForm FormListID:ref NewFormID:ref index:int

Example

ListReplaceNthForm myFormList myNewForm 4

Notes

See Also