ListGetFormIndex
Revision as of 20:53, 12 August 2009 by imported>Geckbot (Robot: Automated text replacement (-\[\[Category:(.*?)Functions \(GECK 1.0\)\]\] +Category:\1Functions (FOSE)))
< [[::Category:Functions|Category:Functions]]
A function added by the Fallout Script Extender.
Description
Returns the index of a form in a FormList.
Syntax
(index:int) ListGetFormIndex FormListID:ref FormID:ref
Example
ListGetFormIndex myFormList myForm
Notes
- See ListGetNthForm to get the form at a specified index.