Tile category - Array – Ylands

From Bohemia Interactive Community
Revision as of 17:31, 16 November 2022 by Lou Montana (talk | contribs) (Lou Montana moved page Ylands Tile category - Array to Ylands:Tile category - Array: Text replacement - "Ylands " to "Ylands:")
Jump to navigation Jump to search

Instructions


Notes

  • Values in all cells of one array does not have to be of same type (i.e string, vector, number).
  • Index numbers always start from 0, e.g: Array of length 3 has indexes 0, 1, 2.
  • Arrays are reference types, meaning that most of instructions will modify original array, even when assigned to variable.