diff options
| author | Rémi Verschelde | 2017-11-24 09:16:27 +0100 |
|---|---|---|
| committer | Rémi Verschelde | 2017-11-24 09:16:27 +0100 |
| commit | 15ada56d73817c5c0be97882a88cb27696fcd3a8 (patch) | |
| tree | 941e0461c4336da1826869caf0d6f363225a267d /doc/classes/Physics2DShapeQueryParameters.xml | |
| parent | 679b64fe48a33781800fe70ea1ba2d25e201826c (diff) | |
| download | godot-15ada56d73817c5c0be97882a88cb27696fcd3a8.tar.gz godot-15ada56d73817c5c0be97882a88cb27696fcd3a8.tar.zst godot-15ada56d73817c5c0be97882a88cb27696fcd3a8.zip | |
doc: Sync classref with current source
Diffstat (limited to 'doc/classes/Physics2DShapeQueryParameters.xml')
| -rw-r--r-- | doc/classes/Physics2DShapeQueryParameters.xml | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/doc/classes/Physics2DShapeQueryParameters.xml b/doc/classes/Physics2DShapeQueryParameters.xml index 829aec7a2..b0d4363c6 100644 --- a/doc/classes/Physics2DShapeQueryParameters.xml +++ b/doc/classes/Physics2DShapeQueryParameters.xml @@ -39,13 +39,6 @@ Return the current movement speed of the shape. </description> </method> - <method name="get_object_type_mask" qualifiers="const"> - <return type="int"> - </return> - <description> - Return the type of object the shape belongs to. - </description> - </method> <method name="get_shape_rid" qualifiers="const"> <return type="RID"> </return> @@ -96,15 +89,6 @@ Set the current movement speed of the shape. </description> </method> - <method name="set_object_type_mask"> - <return type="void"> - </return> - <argument index="0" name="object_type_mask" type="int"> - </argument> - <description> - Set the type of object the shape belongs to (see Physics2DDirectSpaceState.TYPE_MASK_*). - </description> - </method> <method name="set_shape"> <return type="void"> </return> |
