Merge pull request #104762 from smix8/depr_map_force_update
Deprecate NavigationServer `map_force_update()`
This commit is contained in:
commit
cc7217970d
2 changed files with 2 additions and 2 deletions
|
|
@ -464,7 +464,7 @@
|
|||
Create a new map.
|
||||
</description>
|
||||
</method>
|
||||
<method name="map_force_update">
|
||||
<method name="map_force_update" deprecated="This method is no longer supported, as it is incompatible with asynchronous updates. It can only be used in a single-threaded context, at your own risk.">
|
||||
<return type="void" />
|
||||
<param index="0" name="map" type="RID" />
|
||||
<description>
|
||||
|
|
|
|||
|
|
@ -496,7 +496,7 @@
|
|||
Create a new map.
|
||||
</description>
|
||||
</method>
|
||||
<method name="map_force_update">
|
||||
<method name="map_force_update" deprecated="This method is no longer supported, as it is incompatible with asynchronous updates. It can only be used in a single-threaded context, at your own risk.">
|
||||
<return type="void" />
|
||||
<param index="0" name="map" type="RID" />
|
||||
<description>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue