From 82216e1476dff509ba0c83bfabf5e4ec6e1075b2 Mon Sep 17 00:00:00 2001 From: Elias Fleckenstein Date: Mon, 23 Nov 2020 19:10:56 +0100 Subject: LocalPlayer:set_physics_override; minetest.register_on_recieve_physics_override --- src/script/lua_api/l_localplayer.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/script/lua_api/l_localplayer.h') diff --git a/src/script/lua_api/l_localplayer.h b/src/script/lua_api/l_localplayer.h index c436c3b11..33e23d178 100644 --- a/src/script/lua_api/l_localplayer.h +++ b/src/script/lua_api/l_localplayer.h @@ -74,6 +74,7 @@ private: static int l_swimming_vertical(lua_State *L); static int l_get_physics_override(lua_State *L); + static int l_set_physics_override(lua_State *L); static int l_get_override_pos(lua_State *L); -- cgit v1.2.3