Exemplo n.º 1
0
 public static void GetTable(LuaStatePtr l, int idx)
 {
     LuaDelegates.lua_gettable(l, idx);
 }