Difference between revisions of "GetInArray"

From the Oblivion ConstructionSet Wiki
Jump to navigation Jump to search
imported>Rlilewis
imported>Rlilewis
 
Line 8: Line 8:
Returns the item Value at Index in the array.
Returns the item Value at Index in the array.
*If there is no item existing item at Index or the array does not exist, it returns 0.
*If there is no item existing item at Index or the array does not exist, it returns 0.
* If you try to look for a reference it will always return 0, use FindRefInArray instead.


==See Also==
==See Also==

Latest revision as of 13:35, 18 March 2009


A command for Pluggy

Syntax:

(Index:ref / long / float) GetInArray ArrayID:long Index:long

Returns the item Value at Index in the array.

  • If there is no item existing item at Index or the array does not exist, it returns 0.

See Also[edit | edit source]