Difference between revisions of "ListGetFormIndex"
Jump to navigation
Jump to search
imported>Geckbot m (Robot: Automated text replacement (-\[\[Category:(.*?)Functions \(GECK 1.0\)\]\] +Category:\1Functions (FOSE))) |
imported>Geckbot (Automated import of articles) |
||
Line 1: | Line 1: | ||
'''ListGetFormIndex''' | |||
{{Function | {{Function | ||
|origin = FOSE1 | |origin = FOSE1 | ||
|summary = Returns the index | |summary = Returns the index for the specified form | ||
|name = ListGetFormIndex | |name = ListGetFormIndex | ||
|returnType = int | |returnType = int | ||
|arguments = | |arguments = | ||
{{FunctionArgument | {{FunctionArgument | ||
|Name = | |Name = form list | ||
|Type = ref | |Type = ref | ||
}}{{FunctionArgument | }}{{FunctionArgument | ||
|Name = | |Name = form | ||
|Type = ref | |Type = ref | ||
}} | }} | ||
}} | }} | ||
[[Category:Functions_(FOSE)]] | |||
[[Category: |
Revision as of 11:23, 27 July 2010
ListGetFormIndex
< [[::Category:Functions|Category:Functions]]
A function added by the Fallout Script Extender.
Description
Returns the index for the specified form
Syntax
(int) ListGetFormIndex form list:ref form:ref