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?