ListRemoveForm
From GECK
A function added by the Fallout Script Extender.
Contents |
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 ListRemoveNthForm for removing the form that resides at a particular index.

