Pathfind flags

From Bennu Wiki
Revision as of 16:06, 3 May 2007 by Sandman (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search


Definition

Pathfind flags are used in path_find(), to specify optional functionality.

List

Constant - Value - Description
PF_NODIAG - 1 - Prohibit the pathfinding from using diagonal paths.
PF_REVERSE - 2 - Return the path found in reverse order.