Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 535 Bytes

File metadata and controls

13 lines (8 loc) · 535 Bytes

Home > server > PathfindingEntityController > debug

PathfindingEntityController.debug property

Whether to enable debug mode or not. When debug mode is enabled, the pathfinding algorithm will log debug information to the console. Defaults to false.

Signature:

get debug(): boolean;