public static int luaL_callmeta(LuaState state, int index, string fieldName) { return(LuaNativeBinding.luaL_callmeta(state, index, fieldName)); }