Skip to content

Commit 5e83618

Browse files
committed
Deprecate NavigationServer map_force_update()
Deprecates map_force_update() function as it is incompatible with async updates.
1 parent 7598b08 commit 5e83618

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
@@ -457,7 +457,7 @@
457457
Create a new map.
458458
</description>
459459
</method>
460-
<method name="map_force_update">
460+
<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.">
461461
<return type="void" />
462462
<param index="0" name="map" type="RID" />
463463
<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)