aboutsummaryrefslogtreecommitdiff
path: root/servers/physics_server.cpp
diff options
context:
space:
mode:
authorAndreaCatania2017-09-29 17:33:30 +0200
committerAndreaCatania2017-09-29 17:33:30 +0200
commitc56c67db39b619d37c503e41e718f9cda39c3f0e (patch)
tree2fa62c7103a09e3c0b2baeface159613ae6d5cba /servers/physics_server.cpp
parentdee100139008bd4dd8c270da6a7f5aa326a32c25 (diff)
downloadgodot-c56c67db39b619d37c503e41e718f9cda39c3f0e.tar.gz
godot-c56c67db39b619d37c503e41e718f9cda39c3f0e.tar.zst
godot-c56c67db39b619d37c503e41e718f9cda39c3f0e.zip
Diffstat (limited to 'servers/physics_server.cpp')
-rw-r--r--servers/physics_server.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/servers/physics_server.cpp b/servers/physics_server.cpp
index 0e54867ee..6d192886a 100644
--- a/servers/physics_server.cpp
+++ b/servers/physics_server.cpp
@@ -504,6 +504,8 @@ void PhysicsServer::_bind_methods() {
ClassDB::bind_method(D_METHOD("body_set_ray_pickable", "body", "enable"), &PhysicsServer::body_set_ray_pickable);
ClassDB::bind_method(D_METHOD("body_is_ray_pickable", "body"), &PhysicsServer::body_is_ray_pickable);
+ ClassDB::bind_method(D_METHOD("body_get_direct_state", "body"), &PhysicsServer::body_get_direct_state);
+
/* JOINT API */
BIND_ENUM_CONSTANT(JOINT_PIN);