Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion api/source/Room.md
Original file line number Diff line number Diff line change
Expand Up @@ -394,7 +394,7 @@ An object containing additonal pathfinding flags:
<li>
<div class="api-arg-title">heuristicWeight</div>
<div class="api-arg-type">number</div>
<div class="api-arg-desc">Weight to apply to the heuristic in the A* formula <code>F = G + weight * H</code>. Use this option only if you understand the underlying A* algorithm mechanics! The default value is 1.2.</div>
<div class="api-arg-desc">Weight to apply to the heuristic in the A\* formula <code>F = G + weight \* H</code>. Use this option only if you understand the underlying A\* algorithm mechanics! The default value is 1.2.</div>
</li>
<li>
<div class="api-arg-title">serialize</div>
Expand Down