Difference between revisions of "Ar Insert"
Jump to navigation
Jump to search
imported>CSbot (Automated import of articles) |
imported>QQuix (Organizing the Array Functions category list) |
||
Line 1: | Line 1: | ||
{{Function | {{Function | ||
| origin = OBSE | | origin = OBSE | ||
Line 22: | Line 21: | ||
[[Category:Functions (OBSE)]] | [[Category:Functions (OBSE)]] | ||
[[Category:Functions (OBSE v0018)]] | [[Category:Functions (OBSE v0018)]] | ||
[[Category:Array Functions (OBSE)]] | [[Category:Array Functions (OBSE)]] |
Latest revision as of 11:17, 18 September 2010
< [[::Category:Functions|Category:Functions]]
A function added by the Oblivion Script Extender.
Syntax:
(bInserted:bool) ar_Insert array:Array index:short valueToInsert:multi
Inserts a single element into an Array-type array at the specified index provided the index is not greater than the current size of the array. Elements above the index are shifted up by one index.