diff options
| author | AndreaCatania | 2017-09-29 17:33:30 +0200 |
|---|---|---|
| committer | AndreaCatania | 2017-09-29 17:33:30 +0200 |
| commit | c56c67db39b619d37c503e41e718f9cda39c3f0e (patch) | |
| tree | 2fa62c7103a09e3c0b2baeface159613ae6d5cba /servers/physics_server.cpp | |
| parent | dee100139008bd4dd8c270da6a7f5aa326a32c25 (diff) | |
| download | godot-c56c67db39b619d37c503e41e718f9cda39c3f0e.tar.gz godot-c56c67db39b619d37c503e41e718f9cda39c3f0e.tar.zst godot-c56c67db39b619d37c503e41e718f9cda39c3f0e.zip | |
Diffstat (limited to 'servers/physics_server.cpp')
| -rw-r--r-- | servers/physics_server.cpp | 2 |
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); |
