classref: Order everything alphabetically

And sync with current 2.0.x sources.
This commit is contained in:
Rémi Verschelde
2016-06-25 02:10:54 +02:00
parent 66c919aa43
commit 1b5e8c18fd
294 changed files with 20019 additions and 19071 deletions

View File

@@ -21,21 +21,21 @@ Member Functions
----------------
+----------------------------------+--------------------------------------------------------------------------------------------------------------------------------------+
| void | :ref:`set_node_a<class_Joint2D_set_node_a>` **(** :ref:`NodePath<class_nodepath>` node **)** |
| :ref:`float<class_float>` | :ref:`get_bias<class_Joint2D_get_bias>` **(** **)** const |
+----------------------------------+--------------------------------------------------------------------------------------------------------------------------------------+
| :ref:`bool<class_bool>` | :ref:`get_exclude_nodes_from_collision<class_Joint2D_get_exclude_nodes_from_collision>` **(** **)** const |
+----------------------------------+--------------------------------------------------------------------------------------------------------------------------------------+
| :ref:`NodePath<class_nodepath>` | :ref:`get_node_a<class_Joint2D_get_node_a>` **(** **)** const |
+----------------------------------+--------------------------------------------------------------------------------------------------------------------------------------+
| void | :ref:`set_node_b<class_Joint2D_set_node_b>` **(** :ref:`NodePath<class_nodepath>` node **)** |
+----------------------------------+--------------------------------------------------------------------------------------------------------------------------------------+
| :ref:`NodePath<class_nodepath>` | :ref:`get_node_b<class_Joint2D_get_node_b>` **(** **)** const |
+----------------------------------+--------------------------------------------------------------------------------------------------------------------------------------+
| void | :ref:`set_bias<class_Joint2D_set_bias>` **(** :ref:`float<class_float>` bias **)** |
+----------------------------------+--------------------------------------------------------------------------------------------------------------------------------------+
| :ref:`float<class_float>` | :ref:`get_bias<class_Joint2D_get_bias>` **(** **)** const |
+----------------------------------+--------------------------------------------------------------------------------------------------------------------------------------+
| void | :ref:`set_exclude_nodes_from_collision<class_Joint2D_set_exclude_nodes_from_collision>` **(** :ref:`bool<class_bool>` enable **)** |
+----------------------------------+--------------------------------------------------------------------------------------------------------------------------------------+
| :ref:`bool<class_bool>` | :ref:`get_exclude_nodes_from_collision<class_Joint2D_get_exclude_nodes_from_collision>` **(** **)** const |
| void | :ref:`set_node_a<class_Joint2D_set_node_a>` **(** :ref:`NodePath<class_nodepath>` node **)** |
+----------------------------------+--------------------------------------------------------------------------------------------------------------------------------------+
| void | :ref:`set_node_b<class_Joint2D_set_node_b>` **(** :ref:`NodePath<class_nodepath>` node **)** |
+----------------------------------+--------------------------------------------------------------------------------------------------------------------------------------+
Description
@@ -46,11 +46,13 @@ Base node for all joint constraints in 2D physics. Joints take 2 bodies and appl
Member Function Description
---------------------------
.. _class_Joint2D_set_node_a:
.. _class_Joint2D_get_bias:
- void **set_node_a** **(** :ref:`NodePath<class_nodepath>` node **)**
- :ref:`float<class_float>` **get_bias** **(** **)** const
Set the path to the A node for the joint. Must be of type :ref:`PhysicsBody2D<class_physicsbody2d>`.
.. _class_Joint2D_get_exclude_nodes_from_collision:
- :ref:`bool<class_bool>` **get_exclude_nodes_from_collision** **(** **)** const
.. _class_Joint2D_get_node_a:
@@ -58,12 +60,6 @@ Set the path to the A node for the joint. Must be of type :ref:`PhysicsBody2D<cl
Return the path to the A node for the joint.
.. _class_Joint2D_set_node_b:
- void **set_node_b** **(** :ref:`NodePath<class_nodepath>` node **)**
Set the path to the B node for the joint. Must be of type :ref:`PhysicsBody2D<class_physicsbody2d>`.
.. _class_Joint2D_get_node_b:
- :ref:`NodePath<class_nodepath>` **get_node_b** **(** **)** const
@@ -74,16 +70,20 @@ Return the path to the B node for the joint.
- void **set_bias** **(** :ref:`float<class_float>` bias **)**
.. _class_Joint2D_get_bias:
- :ref:`float<class_float>` **get_bias** **(** **)** const
.. _class_Joint2D_set_exclude_nodes_from_collision:
- void **set_exclude_nodes_from_collision** **(** :ref:`bool<class_bool>` enable **)**
.. _class_Joint2D_get_exclude_nodes_from_collision:
.. _class_Joint2D_set_node_a:
- :ref:`bool<class_bool>` **get_exclude_nodes_from_collision** **(** **)** const
- void **set_node_a** **(** :ref:`NodePath<class_nodepath>` node **)**
Set the path to the A node for the joint. Must be of type :ref:`PhysicsBody2D<class_physicsbody2d>`.
.. _class_Joint2D_set_node_b:
- void **set_node_b** **(** :ref:`NodePath<class_nodepath>` node **)**
Set the path to the B node for the joint. Must be of type :ref:`PhysicsBody2D<class_physicsbody2d>`.