Exemplo n.º 1
0
 public static int GetInfo(LuaStatePtr l, string what, LuaDebugPtr ar)
 {
     return(LuaDelegates.lua_getinfo(l, what, ar));
 }