Merge pull request #60017 from timothyqiu/nav-server-free
Rename `NavigationServer`'s `free` method to `free_rid`
This commit is contained in:
commit
43305c6b79
4 changed files with 8 additions and 8 deletions
|
|
@ -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">
|
||||
|
|
|
|||
|
|
@ -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">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue