Ar Insert

From the Oblivion ConstructionSet Wiki
Revision as of 12:17, 18 September 2010 by imported>QQuix (Organizing the Array Functions category list)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
< [[::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.