Rename NavigationServer's free method to free_rid

This commit is contained in:
Haoyu Qiu
2022-04-08 17:31:04 +08:00
parent 14856b1dbd
commit f24312380f
4 changed files with 6 additions and 6 deletions

View File

@@ -109,9 +109,9 @@
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>
Destroys the given RID.
</description>