Path finding custom test interface.
More...
#include <tdme/utilities/PathFindingCustomTest.h>
Path finding custom test interface.
- Author
- Andreas Drewke
- Version
- $Id$
Definition at line 14 of file PathFindingCustomTest.h.
◆ ~PathFindingCustomTest()
◆ dispose()
Disposes custom test after a sequence of isWalkable calls for the last path finding execution.
◆ initialize()
virtual void initialize |
( |
| ) |
|
|
pure virtual |
Initialize custom test for a sequence of isWalkable calls for the current path finding execution.
◆ isWalkable()
virtual bool isWalkable |
( |
PathFinding * |
pathFinding, |
|
|
float |
x, |
|
|
float |
y, |
|
|
float |
z |
|
) |
| |
|
pure virtual |
Is walkable user test.
- Parameters
-
pathFinding | current path finding instance |
x | x |
y | y |
z | z |
- Returns
- is walkable
The documentation for this struct was generated from the following file: