Merge pull request #60017 from timothyqiu/nav-server-free

Rename `NavigationServer`'s `free` method to `free_rid`
This commit is contained in:
Rémi Verschelde 2022-04-13 08:33:18 +02:00 committed by GitHub
commit 43305c6b79
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 8 additions and 8 deletions

View file

@ -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">

View file

@ -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">