classref: Sync with current master branch

This commit is contained in:
Rémi Verschelde
2017-09-02 17:15:33 +02:00
parent e27f0c3cb8
commit 40cb5153bd
203 changed files with 6302 additions and 5188 deletions
+6
View File
@@ -23,6 +23,8 @@ Member Functions
+--------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------------+
| void | :ref:`clear_polygons<class_NavigationMesh_clear_polygons>` **(** **)** |
+--------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------------+
| void | :ref:`create_from_mesh<class_NavigationMesh_create_from_mesh>` **(** :ref:`Mesh<class_mesh>` mesh **)** |
+--------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------------+
| :ref:`PoolIntArray<class_poolintarray>` | :ref:`get_polygon<class_NavigationMesh_get_polygon>` **(** :ref:`int<class_int>` idx **)** |
+--------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------------+
| :ref:`int<class_int>` | :ref:`get_polygon_count<class_NavigationMesh_get_polygon_count>` **(** **)** const |
@@ -49,6 +51,10 @@ Member Function Description
- void **clear_polygons** **(** **)**
.. _class_NavigationMesh_create_from_mesh:
- void **create_from_mesh** **(** :ref:`Mesh<class_mesh>` mesh **)**
.. _class_NavigationMesh_get_polygon:
- :ref:`PoolIntArray<class_poolintarray>` **get_polygon** **(** :ref:`int<class_int>` idx **)**