Files
godot-docs/classes/class_physicsshapequeryresult.rst
Rémi Verschelde fa00c829f0 Add inheritance path
Also fix parsing of [method (Class.)name]
2016-02-08 18:31:35 +01:00

54 lines
2.9 KiB
ReStructuredText

.. _class_PhysicsShapeQueryResult:
PhysicsShapeQueryResult
=======================
**Inherits:** :ref:`Reference<class_reference>` **<** :ref:`Object<class_object>`
**Category:** Core
Brief Description
-----------------
Result of a shape query in Physics2DServer.
Member Functions
----------------
+------------------------------+-------------------------------------------------------------------------------------------------------------------------------------+
| :ref:`int<class_int>` | :ref:`get_result_count<class_PhysicsShapeQueryResult_get_result_count>` **(** **)** const |
+------------------------------+-------------------------------------------------------------------------------------------------------------------------------------+
| :ref:`RID<class_rid>` | :ref:`get_result_rid<class_PhysicsShapeQueryResult_get_result_rid>` **(** :ref:`int<class_int>` idx **)** const |
+------------------------------+-------------------------------------------------------------------------------------------------------------------------------------+
| :ref:`int<class_int>` | :ref:`get_result_object_id<class_PhysicsShapeQueryResult_get_result_object_id>` **(** :ref:`int<class_int>` idx **)** const |
+------------------------------+-------------------------------------------------------------------------------------------------------------------------------------+
| :ref:`Object<class_object>` | :ref:`get_result_object<class_PhysicsShapeQueryResult_get_result_object>` **(** :ref:`int<class_int>` idx **)** const |
+------------------------------+-------------------------------------------------------------------------------------------------------------------------------------+
| :ref:`int<class_int>` | :ref:`get_result_object_shape<class_PhysicsShapeQueryResult_get_result_object_shape>` **(** :ref:`int<class_int>` idx **)** const |
+------------------------------+-------------------------------------------------------------------------------------------------------------------------------------+
Member Function Description
---------------------------
.. _class_PhysicsShapeQueryResult_get_result_count:
- :ref:`int<class_int>` **get_result_count** **(** **)** const
.. _class_PhysicsShapeQueryResult_get_result_rid:
- :ref:`RID<class_rid>` **get_result_rid** **(** :ref:`int<class_int>` idx **)** const
.. _class_PhysicsShapeQueryResult_get_result_object_id:
- :ref:`int<class_int>` **get_result_object_id** **(** :ref:`int<class_int>` idx **)** const
.. _class_PhysicsShapeQueryResult_get_result_object:
- :ref:`Object<class_object>` **get_result_object** **(** :ref:`int<class_int>` idx **)** const
.. _class_PhysicsShapeQueryResult_get_result_object_shape:
- :ref:`int<class_int>` **get_result_object_shape** **(** :ref:`int<class_int>` idx **)** const