ListRemoveForm

From the Fallout3 GECK Wiki
Revision as of 21:53, 12 August 2009 by imported>Geckbot (Robot: Automated text replacement (-\[\[Category:(.*?)Functions \(GECK 1.0\)\]\] +Category:\1Functions (FOSE)))
Jump to navigation Jump to search
< [[::Category:Functions|Category:Functions]]

A function added by the Fallout Script Extender.

Description

Removes a form from a FormList. The function returns the index of the removed form.

Syntax

[help]
(oldIndex:int) ListRemoveForm FormListID:ref FormID:ref

Example

ListRemoveForm myFormList myForm

Notes

See Also