Tile category - Array – Ylands

From Bohemia Interactive Community
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
=Array=
=Instructions=
*[[Ylands Tile - Array get-set item|Get/Set item]]
*[[Ylands Tile - Array get-set item|Get/Set item]]
*[[Ylands Tile - Array random item|Get random item]]
*[[Ylands Tile - Array random item|Get random item]]

Revision as of 19:29, 3 December 2018

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 -> Array of length 3 has indexes 0, 1, 2
  • Most of instructions will modify used array



Template:Ylands scripting navbox