Difference between revisions of "ListRemoveForm"

517 bytes removed ,  12:23, 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:
'''ListRemoveForm'''
{{Function
{{Function
  |origin = FOSE1
  |origin = FOSE1
  |summary = Removes a form from a [[FormList]]. The function returns the index of the removed form.
  |summary = Removes the specified from from the list.
  |name = ListRemoveForm
  |name = ListRemoveForm
|returnVal = oldIndex
  |returnType = int
  |returnType = int
  |arguments =  
  |arguments =  
   {{FunctionArgument
   {{FunctionArgument
   |Name = FormListID
   |Name = form list
   |Type = ref
   |Type = ref
   }}{{FunctionArgument
   }}{{FunctionArgument
   |Name = FormID
   |Name = form
   |Type = ref
   |Type = ref
   }}
   }}
|example = ListRemoveForm myFormList myForm
}}
}}
 
[[Category:Functions_(FOSE)]]
==Notes==
*See [[ListRemoveNthForm]] for removing the form that resides at a particular index.
 
==See Also==
*[[ListAddForm]]
*[[ListAddReference]]
*[[ListRemoveNthForm]]
*[[ListReplaceForm]]
*[[ListReplaceNthForm]]
*[[ListGetNthForm]]
*[[ListGetFormIndex]]
*[[ListGetCount]]
*[[AddFormToFormList]]
*[[IsInList]]
*[[IsWeaponInList]]
 
[[Category:List Functions]]
[[Category:List Functions (FOSE)]]
[[Category:Functions]]
[[Category:Functions (FOSE)]]
Anonymous user