Exemplo n.º 1
0
 public static int luaL_callmeta(LuaState state, int index, string fieldName)
 {
     return(LuaNativeBinding.luaL_callmeta(state, index, fieldName));
 }