Difference between revisions of "ListAddReference"
Jump to navigation
Jump to search
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: | ||
'''ListAddReference''' | |||
{{Function | {{Function | ||
|origin = FOSE1 | |origin = FOSE1 | ||
|summary = Adds | |summary = Adds the calling reference at the given index (or at the end if not provided) | ||
|name = ListAddReference | |name = ListAddReference | ||
| | |alias = ListAddRef | ||
|returnType = int | |returnType = int | ||
|referenceType = | |referenceType = ref | ||
|arguments = | |arguments = | ||
{{FunctionArgument | {{FunctionArgument | ||
|Name = | |Name = form list | ||
|Type = ref | |Type = ref | ||
}}{{FunctionArgument | }}{{FunctionArgument | ||
|Name = index | |Name = index | ||
|Type = int | |Type = int | ||
|Optional = | |Optional = optional | ||
}} | }} | ||
}} | }} | ||
[[Category:Functions_(FOSE)]] | |||
[[Category: |
Revision as of 11:22, 27 July 2010
ListAddReference
< [[::Category:Functions|Category:Functions]]
A function added by the Fallout Script Extender.
Description
Adds the calling reference at the given index (or at the end if not provided)
Syntax
(int) ref.ListAddReference form list:ref index:int
Or:
(int) ref.ListAddRef form list:ref index:int