- This wiki is out of date, use the continuation of this wiki instead
Pathfind flags
From FenixWiki
(Difference between revisions)
Revision as of 17:16, 2 May 2007 (edit) Sandman (Talk | contribs) m (constantcategories) ← Previous diff |
Current revision (00:06, 4 May 2007) (edit) (undo) Sandman (Talk | contribs) m |
||
(One intermediate revision not shown.) | |||
Line 1: | Line 1: | ||
[[Category:constantcategories]] | [[Category:constantcategories]] | ||
+ | == Definition == | ||
Pathfind flags are used in [[path_find]](), to specify optional functionality. | Pathfind flags are used in [[path_find]](), to specify optional functionality. | ||
+ | == List == | ||
{| | {| | ||
| ''Constant'' || - ''Value'' || - ''Description'' | | ''Constant'' || - ''Value'' || - ''Description'' |
Current revision
[edit] Definition
Pathfind flags are used in path_find(), to specify optional functionality.
[edit] List
Constant | - Value | - Description |
PF_NODIAG | - 1 | - Prohibit the pathfinding from using diagonal paths. |
PF_REVERSE | - 2 | - Return the path found in reverse order. |