Getting API info from C to Lua? -


How do I get a list of all API API functions with Lua? For example, there are a lot of functions in a game that can be called with

lua: g_gameRules.game:FunctionInC ()

Can i get

If there is a g_gameRules.game table, it looks for functions . If this is a user data, look inside its metatable (except if it is a table.)


Comments