Posts by FlokiTV • 43 points
1 post
-
4
votes1
answer291
viewsQ: How to list variables within a table in Lua?
For example: minion = { hp = 1000, x = 10, y = 25 } Is there a function I can know how many variables there are within this table?
1 post
4
votes1
answer291
viewsFor example: minion = { hp = 1000, x = 10, y = 25 } Is there a function I can know how many variables there are within this table?