Difference between revisions of "GetTypeInArray"
Jump to navigation
Jump to search
imported>Speedo (Remove beta tag) |
imported>Speedo |
||
(One intermediate revision by the same user not shown) | |||
Line 15: | Line 15: | ||
2: Float | 2: Float | ||
[[Category: Pluggy]] | [[Category: Functions (Pluggy)]] | ||
[[Category: Array Functions (Pluggy)]] |
Latest revision as of 11:56, 26 February 2008
A command for Pluggy
Syntax:
(Type: short) GetTypeInArray ArrayID:long Index:long
Returns the item type at Index in the array.
- If the array does not exist, it returns -1.
Index Types: -1: Empty 0: Integer (long/short) 1: Reference 2: Float