Difference between revisions of "ListGetFormIndex"

From the Fallout3 GECK Wiki
Jump to navigation Jump to search
imported>Omzy
m
imported>Omzy
m
Line 33: Line 33:


[[Category:List Functions]]
[[Category:List Functions]]
[[Category:Functions]]

Revision as of 09:20, 3 August 2009

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

A function added by the Fallout Script Extender.

Description

Returns the index of a form in a FormList.

Syntax

[help]
(index:int) ListGetFormIndex FormListID:ref FormID:ref

Example

ListGetFormIndex myFormList myForm

Notes

See Also