Tile - Array - Set – Ylands

From Bohemia Interactive Community
Revision as of 18:19, 3 December 2018 by Rudy.cz (talk | contribs)
Jump to navigation Jump to search

Get Array

Editor-VS tile-array get.jpeg

  • Returns a value at given position in the array
  • Index - index of cell in the array

Set Array

Editor-VS tile-array set.jpeg

  • Set a value to given position in the array
  • Index - index of cell in the array
  • Value - value to be set at index position

Notes

  • Values in all cells of one array does not have to be of same type (i.e string, vector, number)



Template:Ylands scripting navbox