Difference between revisions of "ListGetFormIndex"
Jump to navigation
Jump to search
imported>Omzy (new fose function) |
imported>Omzy m |
||
Line 27: | Line 27: | ||
*[[ListReplaceNthForm]] | *[[ListReplaceNthForm]] | ||
*[[ListGetNthForm]] | *[[ListGetNthForm]] | ||
*[[ | *[[ListGetCount]] | ||
*[[AddFormToFormList]] | *[[AddFormToFormList]] | ||
*[[IsInList]] | *[[IsInList]] |
Revision as of 09:03, 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
(index:int) ListGetFormIndex FormListID:ref FormID:ref
Example
ListGetFormIndex myFormList myForm
Notes
- See ListGetNthForm to get the form at a specified index.