summaryrefslogtreecommitdiffstats
path: root/servers/physics/physics_server_sw.h
diff options
context:
space:
mode:
authorJuan Linietsky <red@kyoko>2015-06-12 15:52:21 -0300
committerJuan Linietsky <red@kyoko>2015-06-12 15:52:21 -0300
commit89300b70e7217feaf0be15cfe395763f555bbafa (patch)
tree248a64464f44a5060045d9d9599517b36a7b6797 /servers/physics/physics_server_sw.h
parent8945670bc0657c342f3f5106f757a6ac360de4c4 (diff)
downloadredot-engine-89300b70e7217feaf0be15cfe395763f555bbafa.tar.gz
added ability for Area (3D) to detect other areas
Diffstat (limited to 'servers/physics/physics_server_sw.h')
-rw-r--r--servers/physics/physics_server_sw.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/servers/physics/physics_server_sw.h b/servers/physics/physics_server_sw.h
index de2a24a378..80007b8499 100644
--- a/servers/physics/physics_server_sw.h
+++ b/servers/physics/physics_server_sw.h
@@ -128,7 +128,10 @@ public:
virtual void area_set_ray_pickable(RID p_area,bool p_enable);
virtual bool area_is_ray_pickable(RID p_area) const;
+ virtual void area_set_monitorable(RID p_area,bool p_monitorable);
+
virtual void area_set_monitor_callback(RID p_area,Object *p_receiver,const StringName& p_method);
+ virtual void area_set_area_monitor_callback(RID p_area,Object *p_receiver,const StringName& p_method);
/* BODY API */