ListRemoveForm

Revision as of 09:35, 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

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