Difference between revisions of "ListReplaceNthForm"

415 bytes removed ,  12:24, 27 July 2010
Automated import of articles
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:
'''ListReplaceNthForm'''
{{Function
{{Function
  |origin = FOSE1
  |origin = FOSE1
  |summary = Replaces the form in a [[FormList]] at a specified index with another form. The function returns the removed form.
  |summary = Replaces the nth form of the list with the specified form. Trait name is of the format used by GetUIFloat.
  |name = ListReplaceNthForm
  |name = ListReplaceNthForm
  |returnVal = removedForm
  |alias = ListReplaceNth
  |returnType = ref
  |returnType = ref
  |arguments =
  |arguments =  
   {{FunctionArgument
   {{FunctionArgument
   |Name = FormListID
   |Name = form list
   |Type = ref
   |Type = ref
   }}{{FunctionArgument
   }}{{FunctionArgument
   |Name = NewFormID
   |Name = replaceWith
   |Type = ref
   |Type = ref
   }}{{FunctionArgument
   }}{{FunctionArgument
   |Name = index
   |Name = formIndex
   |Type = int
   |Type = int
  |Optional = optional
   }}
   }}
|example = ListReplaceNthForm myFormList myNewForm 4
}}
}}
 
[[Category:Functions_(FOSE)]]
==Notes==
*See [[ListReplaceForm]] for replacing a form without specifying an index.
 
==See Also==
*[[ListAddForm]]
*[[ListAddReference]]
*[[ListRemoveForm]]
*[[ListRemoveNthForm]]
*[[ListReplaceForm]]
*[[ListGetNthForm]]
*[[ListGetFormIndex]]
*[[ListGetCount]]
*[[AddFormToFormList]]
*[[IsInList]]
*[[IsWeaponInList]]
 
[[Category:List Functions]]
[[Category:List Functions (FOSE)]]
[[Category:Functions]]
[[Category:Functions (FOSE)]]
Anonymous user