summaryrefslogtreecommitdiff
path: root/servers/physics_2d/physics_2d_server_wrap_mt.h
diff options
context:
space:
mode:
authorJuan Linietsky <reduzio@gmail.com>2018-07-23 07:37:03 -0300
committerGitHub <noreply@github.com>2018-07-23 07:37:03 -0300
commit1ad20dc2f13001d95e91cb2089571028f44db11a (patch)
tree86e45829815fd357454012b19c291887c67caa1a /servers/physics_2d/physics_2d_server_wrap_mt.h
parent172f652dc0c31a9a70ad24e233e6d7abc3ee9c6d (diff)
parent5f66734d2d70951b273a078a3ee20e406cf0f84d (diff)
Merge pull request #12403 from AndreaCatania/phymat
Physics material
Diffstat (limited to 'servers/physics_2d/physics_2d_server_wrap_mt.h')
-rw-r--r--servers/physics_2d/physics_2d_server_wrap_mt.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/servers/physics_2d/physics_2d_server_wrap_mt.h b/servers/physics_2d/physics_2d_server_wrap_mt.h
index 3119b930d7..a85cd5ef8d 100644
--- a/servers/physics_2d/physics_2d_server_wrap_mt.h
+++ b/servers/physics_2d/physics_2d_server_wrap_mt.h
@@ -211,6 +211,9 @@ public:
FUNC3(body_set_param, RID, BodyParameter, real_t);
FUNC2RC(real_t, body_get_param, RID, BodyParameter);
+ FUNC3(body_set_combine_mode, RID, BodyParameter, CombineMode);
+ FUNC2RC(CombineMode, body_get_combine_mode, RID, BodyParameter);
+
FUNC3(body_set_state, RID, BodyState, const Variant &);
FUNC2RC(Variant, body_get_state, RID, BodyState);