X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=src%2Fscriptapi.h;h=84d3756ce6fec699c1ed55a1372b68feb56454a0;hb=92ae11bd3b5e95ff837f98463931e7772c455ad3;hp=c2c099a6da0dfaf73d89b602792fff985e3d44cd;hpb=f8c3743991a6897c7133bf35dc2699b8b5f9df7c;p=oweals%2Fminetest.git diff --git a/src/scriptapi.h b/src/scriptapi.h index c2c099a6d..84d3756ce 100644 --- a/src/scriptapi.h +++ b/src/scriptapi.h @@ -57,6 +57,8 @@ void scriptapi_environment_on_generated(lua_State *L, v3s16 minp, v3s16 maxp, void scriptapi_on_newplayer(lua_State *L, ServerActiveObject *player); void scriptapi_on_dieplayer(lua_State *L, ServerActiveObject *player); bool scriptapi_on_respawnplayer(lua_State *L, ServerActiveObject *player); +void scriptapi_on_joinplayer(lua_State *L, ServerActiveObject *player); +void scriptapi_on_leaveplayer(lua_State *L, ServerActiveObject *player); void scriptapi_get_creative_inventory(lua_State *L, ServerActiveObject *player); /* item callbacks */