summaryrefslogtreecommitdiffstats
path: root/doc/classes/NavigationServer.xml
diff options
context:
space:
mode:
authorRémi Verschelde <rverschelde@gmail.com>2020-02-12 09:59:06 +0100
committerRémi Verschelde <rverschelde@gmail.com>2020-02-12 12:37:13 +0100
commit0e3d6257377d9f73520e5ccdb7677fde23be3398 (patch)
tree900f2168fcdaadf1fe3532186bbfef273701fd51 /doc/classes/NavigationServer.xml
parent0c7fc80cc19fe9cd609b145245b1bb70f6a41e2e (diff)
downloadredot-engine-0e3d6257377d9f73520e5ccdb7677fde23be3398.tar.gz
doc: Sync classref with current source
Lots of internal API changes and some docstrings were lost in the conversion. I manually salvaged many of them but for all the rendering-related ones, an additional pass is needed. Added missing enum bindings in BaseMaterial3D and VisualServer.
Diffstat (limited to 'doc/classes/NavigationServer.xml')
-rw-r--r--doc/classes/NavigationServer.xml12
1 files changed, 7 insertions, 5 deletions
diff --git a/doc/classes/NavigationServer.xml b/doc/classes/NavigationServer.xml
index 894a46b8a7..7553d700f8 100644
--- a/doc/classes/NavigationServer.xml
+++ b/doc/classes/NavigationServer.xml
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8" ?>
-<class name="NavigationServer" inherits="Object" category="Core" version="3.2">
+<class name="NavigationServer" inherits="Object" version="4.0">
<brief_description>
Server interface for low-level 3D navigation access
</brief_description>
@@ -16,8 +16,8 @@
Creates the agent.
</description>
</method>
- <method name="agent_is_map_changed">
- <return type="bool" qualifiers="const">
+ <method name="agent_is_map_changed" qualifiers="const">
+ <return type="bool">
</return>
<argument index="0" name="agent" type="RID">
</argument>
@@ -155,7 +155,7 @@
Create a new map.
</description>
</method>
- <method name="map_get_cell_size">
+ <method name="map_get_cell_size" qualifiers="const">
<return type="float">
</return>
<argument index="0" name="map" type="RID">
@@ -200,7 +200,7 @@
<method name="map_is_active" qualifiers="const">
<return type="bool">
</return>
- <argument index="0" name="map" type="RID">
+ <argument index="0" name="nap" type="RID">
</argument>
<description>
Returns true if the map is active.
@@ -320,4 +320,6 @@
</description>
</method>
</methods>
+ <constants>
+ </constants>
</class>