ListRemoveForm

Revision as of 10:01, 3 August 2009 by imported>Omzy
< [[::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

(oldIndex:int) ListRemoveForm FormListID:ref FormID:ref

Example

ListRemoveForm myFormList myForm

Notes

See Also