From FenixWiki
[edit] Definition
Pathfind flags are used in path_find(), to specify optional functionality.
Constant | - Value | - Description
|
PF_NODIAG | - 1 | - Prohibit the pathfinding from using diagonal paths.
|
PF_REVERSE | - 2 | - Return the path found in reverse order.
|