aboutsummaryrefslogtreecommitdiff
path: root/doc/classes/CollisionObject2D.xml
diff options
context:
space:
mode:
authorRémi Verschelde2017-11-24 18:10:32 +0100
committerRémi Verschelde2017-11-24 18:10:32 +0100
commit92f07fefcd334686e81f56555d83530ae6741c2b (patch)
tree8fa1e89cfc407ed7ad9913e27845a72a7eb46598 /doc/classes/CollisionObject2D.xml
parent31f62f53c516360dcf8688141a5f8a0aebada431 (diff)
downloadgodot-92f07fefcd334686e81f56555d83530ae6741c2b.tar.gz
godot-92f07fefcd334686e81f56555d83530ae6741c2b.tar.zst
godot-92f07fefcd334686e81f56555d83530ae6741c2b.zip
doc: Remove setters and getters now exposed via properties/members
Diffstat (limited to '')
-rw-r--r--doc/classes/CollisionObject2D.xml16
1 files changed, 0 insertions, 16 deletions
diff --git a/doc/classes/CollisionObject2D.xml b/doc/classes/CollisionObject2D.xml
index adcb1de8e..ffc79d359 100644
--- a/doc/classes/CollisionObject2D.xml
+++ b/doc/classes/CollisionObject2D.xml
@@ -46,13 +46,6 @@
Returns an [Array] of [code]owner_id[/code] identifiers. You can use these ids in other methods that take [code]owner_id[/code] as an argument.
</description>
</method>
- <method name="is_pickable" qualifiers="const">
- <return type="bool">
- </return>
- <description>
- Return whether this object is pickable.
- </description>
- </method>
<method name="is_shape_owner_disabled" qualifiers="const">
<return type="bool">
</return>
@@ -79,15 +72,6 @@
Removes the given shape owner.
</description>
</method>
- <method name="set_pickable">
- <return type="void">
- </return>
- <argument index="0" name="enabled" type="bool">
- </argument>
- <description>
- Set whether this object is pickable. A pickable object can detect the mouse pointer enter/leave it and, if the mouse is inside it, report input events.
- </description>
- </method>
<method name="shape_find_owner" qualifiers="const">
<return type="int">
</return>