I love the function list for Lua. I have a question - is there a way for me to list tables and have functions inside them show up "sorted?"
I am working on a game where we use the same functions for a lot of things, and we put those functions inside tables that are associated with the game entities later. Any ideas?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I love the function list for Lua. I have a question - is there a way for me to list tables and have functions inside them show up "sorted?"
I am working on a game where we use the same functions for a lot of things, and we put those functions inside tables that are associated with the game entities later. Any ideas?