ListRemoveNthForm

From the Fallout3 GECK Wiki
Revision as of 07:25, 20 January 2010 by imported>Henning
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 at the specified index. The function returns the removed form.

Syntax

[help]
(removedForm:ref) ListRemoveNthForm FormListID:ref index:int

Example

ListRemoveNthForm myFormList 4

Notes

  • See ListRemoveForm for removing a form without specifying an index.
  • Before FOSE 1.2b2, removing forms added with AddFormToFormList would cause crashes on save when using runtime 1.1 or later.

See Also