Exemplo n.º 1
0
 public static bool LuaLCheckMetatable(LuaState luaState, int index)
 {
     return(LuaCore.LuaLCheckMetatable(luaState, index));
 }