Guest User

Untitled

a guest
Jul 22nd, 2018
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.12 KB | None | 0 0
  1. pool[1].z = 500
  2. pool[2].z = 200
  3. -- sort table by Z property
  4. print(pool[1].z) -- prints 200
  5. print(pool[2].z) -- prints 500
Add Comment
Please, Sign In to add comment