mirror of
https://github.com/godotengine/godot.git
synced 2026-01-06 10:11:57 +03:00
Rename NavigationServer's free method to free_rid
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user