Difference between revisions of "ListReplaceNthForm"

469 bytes removed ,  13:04, 3 March 2012
m
param names should not have spaces
imported>Geckbot
m (Robot: Automated text replacement (-\[\[Category:(.*?)Functions\]\] +Category:\1Functions\nCategory:\1Functions (GECK 1.0)))
imported>Prideslayer
m (param names should not have spaces)
 
(6 intermediate revisions by 3 users not shown)
Line 1: Line 1:
{{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.
  |name = ListReplaceNthForm
  |name = ListReplaceNthForm
  |returnVal = removedForm
  |alias = ListReplaceNth
  |returnType = ref
  |returnType = ref
  |arguments =
  |arguments =  
   {{FunctionArgument
   {{FunctionArgument
   |Name = FormListID
   |Name = formlist
   |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]]
[[Category:List Functions (GECK 1.0)]]
[[Category:Functions]]
[[Category:Functions (GECK 1.0)]]
Anonymous user