Difference between revisions of "ListGetNthForm"

390 bytes removed ,  18:34, 3 September 2010
no edit summary
imported>Omzy
m
imported>Kalizar
 
(4 intermediate revisions by one other user not shown)
Line 1: Line 1:
{{Function
{{Function
  |origin = FOSE1
  |origin = FOSE1
  |summary = Returns the form in a [[FormList]] at the specified index.
  |summary = Returns the nth form in the form list
  |name = ListGetNthForm
  |name = ListGetNthForm
|returnVal = formAtIndex
  |returnType = ref
  |returnType = ref
  |arguments =
  |arguments =  
   {{FunctionArgument
   {{FunctionArgument
   |Name = FormListID
   |Name = form list
   |Type = ref
   |Type = ref
   }}{{FunctionArgument
   }}{{FunctionArgument
Line 13: Line 12:
   |Type = int
   |Type = int
   }}
   }}
|example = ListGetNthForm myFormList 4
}}
}}
 
[[Category:Functions_(FOSE)]] [[Category:List_Functions]]
==Notes==
*See [[ListGetFormIndex]] to get the index of a given form.
 
==See Also==
*[[ListAddForm]]
*[[ListAddReference]]
*[[ListRemoveForm]]
*[[ListRemoveNthForm]]
*[[ListReplaceForm]]
*[[ListReplaceNthForm]]
*[[ListGetFormIndex]]
*[[ListGetCount]]
*[[AddFormToFormList]]
*[[IsInList]]
*[[IsWeaponInList]]
 
[[Category:List Functions]]
[[Category:Functions]]
Anonymous user