diff options
| author | Rémi Verschelde | 2017-11-24 18:10:32 +0100 |
|---|---|---|
| committer | Rémi Verschelde | 2017-11-24 18:10:32 +0100 |
| commit | 92f07fefcd334686e81f56555d83530ae6741c2b (patch) | |
| tree | 8fa1e89cfc407ed7ad9913e27845a72a7eb46598 /doc/classes/CollisionObject.xml | |
| parent | 31f62f53c516360dcf8688141a5f8a0aebada431 (diff) | |
| download | godot-92f07fefcd334686e81f56555d83530ae6741c2b.tar.gz godot-92f07fefcd334686e81f56555d83530ae6741c2b.tar.zst godot-92f07fefcd334686e81f56555d83530ae6741c2b.zip | |
doc: Remove setters and getters now exposed via properties/members
Diffstat (limited to 'doc/classes/CollisionObject.xml')
| -rw-r--r-- | doc/classes/CollisionObject.xml | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/doc/classes/CollisionObject.xml b/doc/classes/CollisionObject.xml index 73f6ddff6..82f65b6d1 100644 --- a/doc/classes/CollisionObject.xml +++ b/doc/classes/CollisionObject.xml @@ -36,12 +36,6 @@ Creates a new shape owner for the given object. Returns [code]owner_id[/code] of the new owner for future reference. </description> </method> - <method name="get_capture_input_on_drag" qualifiers="const"> - <return type="bool"> - </return> - <description> - </description> - </method> <method name="get_rid" qualifiers="const"> <return type="RID"> </return> @@ -56,12 +50,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_ray_pickable" qualifiers="const"> - <return type="bool"> - </return> - <description> - </description> - </method> <method name="is_shape_owner_disabled" qualifiers="const"> <return type="bool"> </return> @@ -80,22 +68,6 @@ Removes the given shape owner. </description> </method> - <method name="set_capture_input_on_drag"> - <return type="void"> - </return> - <argument index="0" name="enable" type="bool"> - </argument> - <description> - </description> - </method> - <method name="set_ray_pickable"> - <return type="void"> - </return> - <argument index="0" name="ray_pickable" type="bool"> - </argument> - <description> - </description> - </method> <method name="shape_find_owner" qualifiers="const"> <return type="int"> </return> |
