aboutsummaryrefslogtreecommitdiff
path: root/src/script/lua_api/l_localplayer.h
diff options
context:
space:
mode:
authorElias Fleckenstein <eliasfleckenstein@web.de>2020-11-23 19:10:56 +0100
committerElias Fleckenstein <eliasfleckenstein@web.de>2020-11-23 19:10:56 +0100
commit82216e1476dff509ba0c83bfabf5e4ec6e1075b2 (patch)
tree0bc00cf47843de86fc18ce03c5866831848a5209 /src/script/lua_api/l_localplayer.h
parent4dd5ecfc552819ad24557df75b441fab18c0c96a (diff)
downloaddragonfireclient-82216e1476dff509ba0c83bfabf5e4ec6e1075b2.tar.xz
LocalPlayer:set_physics_override; minetest.register_on_recieve_physics_override
Diffstat (limited to 'src/script/lua_api/l_localplayer.h')
-rw-r--r--src/script/lua_api/l_localplayer.h1
1 files changed, 1 insertions, 0 deletions
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);