diff options
author | Haoyu Qiu <timothyqiu32@gmail.com> | 2022-04-08 17:39:17 +0800 |
---|---|---|
committer | Haoyu Qiu <timothyqiu32@gmail.com> | 2022-04-08 17:39:17 +0800 |
commit | 63a9188ddb95257e9769f657ee73e977bb59445e (patch) | |
tree | 6a4df32923f60019230ec6d403fee38c3647d321 /doc/classes/NavigationServer3D.xml | |
parent | bf153b82c73755bf898df9de33ac2116ebe914b9 (diff) |
Rename NavigationServer's free method to free_rid
Diffstat (limited to 'doc/classes/NavigationServer3D.xml')
-rw-r--r-- | doc/classes/NavigationServer3D.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/classes/NavigationServer3D.xml b/doc/classes/NavigationServer3D.xml index 7d11a30647..c987bc9042 100644 --- a/doc/classes/NavigationServer3D.xml +++ b/doc/classes/NavigationServer3D.xml @@ -110,11 +110,11 @@ Sets the current velocity of the agent. </description> </method> - <method name="free" qualifiers="const"> + <method name="free_rid" qualifiers="const"> <return type="void" /> - <argument index="0" name="object" type="RID" /> + <argument index="0" name="rid" type="RID" /> <description> - Destroy the RID + Destroys the given RID. </description> </method> <method name="map_create" qualifiers="const"> |