This wiki is a copy of the original Oblivion CS wiki created and maintained by the UESP.net. See CSwiki:Copy Notice for more info.

Difference between revisions of "Ar Append"

From the Oblivion ConstructionSet Wiki
Jump to navigation Jump to search
imported>QQuix
(Organizing the Array Functions category list)
imported>Low Post
 
Line 9: Line 9:
   }}{{FunctionArgument
   }}{{FunctionArgument
   | name = toAppend
   | name = toAppend
   | type = array
   | type = multi
   }}
   }}
}}
}}

Latest revision as of 11:07, 25 March 2011

< [[::Category:Functions|Category:Functions]]

A function added by the Oblivion Script Extender.

Syntax:

(void) ar_Append appendedTo:array toAppend:multi

Appends an element to an Array.