[dismiss]
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"
Jump to navigation
Jump to search
imported>CSbot (Automated import of articles) |
imported>Low Post |
||
(One intermediate revision by one other user not shown) | |||
Line 1: | Line 1: | ||
{{Function | {{Function | ||
| origin = OBSE | | origin = OBSE | ||
Line 10: | Line 9: | ||
}}{{FunctionArgument | }}{{FunctionArgument | ||
| name = toAppend | | name = toAppend | ||
| type = | | type = multi | ||
}} | }} | ||
}} | }} | ||
Line 17: | Line 16: | ||
[[Category:Functions (OBSE)]] | [[Category:Functions (OBSE)]] | ||
[[Category:Functions (OBSE v0019)]] | [[Category:Functions (OBSE v0019)]] | ||
[[Category:Array Functions (OBSE)]] | [[Category:Array Functions (OBSE)]] |
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.