Skip to content

Commit cc72179

Browse files
committed
Merge pull request #104762 from smix8/depr_map_force_update
Deprecate NavigationServer `map_force_update()`
2 parents 9b242a2 + 5e83618 commit cc72179

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

doc/classes/NavigationServer2D.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -464,7 +464,7 @@
464464
Create a new map.
465465
</description>
466466
</method>
467-
<method name="map_force_update">
467+
<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.">
468468
<return type="void" />
469469
<param index="0" name="map" type="RID" />
470470
<description>

doc/classes/NavigationServer3D.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -496,7 +496,7 @@
496496
Create a new map.
497497
</description>
498498
</method>
499-
<method name="map_force_update">
499+
<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.">
500500
<return type="void" />
501501
<param index="0" name="map" type="RID" />
502502
<description>

0 commit comments

Comments
 (0)