classref: Sync with current master branch (d34594179)

This commit is contained in:
Rémi Verschelde
2022-12-19 17:07:53 +01:00
parent 3924eb1a89
commit ad86ceb689
74 changed files with 3594 additions and 1086 deletions

View File

@@ -509,7 +509,7 @@ Returns the parent object of the given shape owner.
:ref:`Shape3D<class_Shape3D>` **shape_owner_get_shape** **(** :ref:`int<class_int>` owner_id, :ref:`int<class_int>` shape_id **)** |const|
Returns the :ref:`Shape3D<class_Shape3D>` with the given id from the given shape owner.
Returns the :ref:`Shape3D<class_Shape3D>` with the given ID from the given shape owner.
.. rst-class:: classref-item-separator
@@ -533,7 +533,7 @@ Returns the number of shapes the given shape owner contains.
:ref:`int<class_int>` **shape_owner_get_shape_index** **(** :ref:`int<class_int>` owner_id, :ref:`int<class_int>` shape_id **)** |const|
Returns the child index of the :ref:`Shape3D<class_Shape3D>` with the given id from the given shape owner.
Returns the child index of the :ref:`Shape3D<class_Shape3D>` with the given ID from the given shape owner.
.. rst-class:: classref-item-separator