Difference between revisions of "ListAddForm"
Jump to navigation
Jump to search
imported>Geckbot m (Robot: Automated text replacement (-\[\[Category:(.*?)Functions \(GECK 1.0\)\]\] +Category:\1Functions (FOSE))) |
imported>Kalizar |
||
(2 intermediate revisions by one other user not shown) | |||
Line 1: | Line 1: | ||
{{Function | {{Function | ||
|origin = FOSE1 | |origin = FOSE1 | ||
|summary = Adds | |summary = Adds the form to the list at the given index (or at the end if not provided) | ||
|name = ListAddForm | |name = ListAddForm | ||
|returnType = ref | |||
|returnType = | |||
|arguments = | |arguments = | ||
{{FunctionArgument | {{FunctionArgument | ||
|Name = | |Name = form list | ||
|Type = ref | |Type = ref | ||
}}{{FunctionArgument | }}{{FunctionArgument | ||
|Name = | |Name = form | ||
|Type = ref | |Type = ref | ||
}}{{FunctionArgument | }}{{FunctionArgument | ||
|Name = index | |Name = index | ||
|Type = int | |Type = int | ||
|Optional = | |Optional = optional | ||
}} | }} | ||
}} | }} | ||
[[Category:Functions_(FOSE)]] [[Category:List_Functions]] | |||
[[Category: | |||
[[Category: |
Latest revision as of 17:34, 3 September 2010
< [[::Category:Functions|Category:Functions]]
A function added by the Fallout Script Extender.
Description
Adds the form to the list at the given index (or at the end if not provided)
Syntax
(ref) ListAddForm form list:ref form:ref index:int