Extensions |
mixed object.get ( [number x [, number y [, number z] ] ] )
Returns either a number or a string from a slot in the array, depending on the array's type. If x, y, or z indecies are not specified, then the current index values (curX, curY, and curZ) will be used. Requests for values outside of valid index ranges will fail.
Parameters
x | Optional. Index in X dimension |
y | Optional. Index in Y dimension |
z | Optional. Index in Z dimension |
Return Values
mixed | Value (number or string) of requested array slot |
Example
Copyright 2010 Justin Aquadro