Tile - Array - Index Of – Ylands
Jump to navigation
Jump to search
(Created page with " ---- {{Ylands scripting navbox}}") |
No edit summary |
||
Line 1: | Line 1: | ||
[[Image:Editor-VS_tile-array_index_of.png]] | |||
*Returns '''position''' (index) of the specified '''object''' | |||
*If the item is present more than once, instruction returns the position of the '''first occurrence'''. | |||
*Returns '''-1''' if the object is '''not found'''. | |||
---- | ---- | ||
{{Ylands scripting navbox}} | {{Ylands scripting navbox}} |
Revision as of 18:00, 3 December 2018
- Returns position (index) of the specified object
- If the item is present more than once, instruction returns the position of the first occurrence.
- Returns -1 if the object is not found.