Difference between revisions of "ListGetFormIndex"
Jump to navigation
Jump to search
imported>Omzy m |
imported>Geckbot m (Robot: Automated text replacement (-\[\[Category:(.*?)Functions\]\] +Category:\1Functions\nCategory:\1Functions (GECK 1.0))) |
||
Line 33: | Line 33: | ||
[[Category:List Functions]] | [[Category:List Functions]] | ||
[[Category:List Functions (GECK 1.0)]] | |||
[[Category:Functions]] | [[Category:Functions]] | ||
[[Category:Functions (GECK 1.0)]] |
Revision as of 12:13, 12 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
(index:int) ListGetFormIndex FormListID:ref FormID:ref
Example
ListGetFormIndex myFormList myForm
Notes
- See ListGetNthForm to get the form at a specified index.