From 8694d27182003ddbca61dd5fbc873b2be5b34b72 Mon Sep 17 00:00:00 2001 From: "Clarence \"Sparr\" Risher" Date: Sat, 22 Nov 2025 20:59:53 -0500 Subject: [PATCH] Replace Room.findPath ops.heuristicWeight explanation with version from Pathfinder opts to resolve markdown italics mistake --- api/source/Room.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/source/Room.md b/api/source/Room.md index e4f10c50..fc37fafb 100644 --- a/api/source/Room.md +++ b/api/source/Room.md @@ -394,7 +394,7 @@ An object containing additonal pathfinding flags:
  • heuristicWeight
    number
    -
    Weight to apply to the heuristic in the A* formula F = G + weight * H. Use this option only if you understand the underlying A* algorithm mechanics! The default value is 1.2.
    +
    Weight to apply to the heuristic in the A\* formula F = G + weight \* H. Use this option only if you understand the underlying A\* algorithm mechanics! The default value is 1.2.
  • serialize