summaryrefslogtreecommitdiff
path: root/src/scriptapi_object.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/scriptapi_object.h')
-rw-r--r--src/scriptapi_object.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/scriptapi_object.h b/src/scriptapi_object.h
index a37abbb78..a44016933 100644
--- a/src/scriptapi_object.h
+++ b/src/scriptapi_object.h
@@ -103,6 +103,9 @@ private:
// set_armor_groups(self, groups)
static int l_set_armor_groups(lua_State *L);
+ // set_physics_override(self, physics_override_speed, physics_override_jump, physics_override_gravity)
+ static int l_set_physics_override(lua_State *L);
+
// set_animation(self, frame_range, frame_speed, frame_blend)
static int l_set_animation(lua_State *L);