Tile - Array - Index Of – Ylands

From Bohemia Interactive Community
Jump to navigation Jump to search
No edit summary
m (Text replacement - "{{Ylands scripting navbox}}" to "{{Ylands editor navbox}}")
Line 9: Line 9:


----
----
{{Ylands scripting navbox}}
{{Ylands editor navbox}}
{{DEFAULTSORT:{{#sub:{{PAGENAME}}|14}}}}
{{DEFAULTSORT:{{#sub:{{PAGENAME}}|14}}}}


[[Category: Instructions]]
[[Category: Instructions]]
[[Category: Ylands 0.10]]
[[Category: Ylands 0.10]]

Revision as of 07:27, 26 December 2020

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.

Notes

  • Index numbers always start from 0, e.g: Array of length 3 has indexes 0, 1, 2



Template:Ylands editor navbox