Difference between revisions of "ListRemoveForm"

From the Fallout3 GECK Wiki
Jump to navigation Jump to search
imported>Garin
m
imported>Odessa
(added that it returns index too + see also)
 
Line 1: Line 1:
{{Function
{{Function
  |origin = FOSE1
  |origin = FOSE1
  |summary = Removes the specified form from the list.
  |summary = Removes the specified form from the form list. Returns the index of the removed form.  
  |name = ListRemoveForm
  |name = ListRemoveForm
  |returnType = int
  |returnType = int
Line 13: Line 13:
   }}
   }}
}}
}}
==See Also==
*[[ListRemoveNthForm]]
*[[ListClear]]
*[[Ar_Erase]]
[[Category:Functions_(FOSE)]]
[[Category:Functions_(FOSE)]]
[[Category:List Functions]]
[[Category:List Functions]]

Latest revision as of 13:41, 29 June 2014

< [[::Category:Functions|Category:Functions]]

A function added by the Fallout Script Extender.

Description

Removes the specified form from the form list. Returns the index of the removed form.

Syntax

[help]
(int) ListRemoveForm form list:ref form:ref

See Also