|
Defines |
| #define | MAX_Z_CLIMB_BRIDGE 14 |
| #define | MAX_Z_CLIMB 2 |
| #define | MIN_Z_FALL 6 |
| #define | MAX_Z_FALL 20 |
Functions |
| SI08 | isWalkable (Location pos, UI08 flags, P_CHAR pc) |
| | Looks if a char can walk on the given Location.
|
| LOGICAL | lineOfSight (Location A, Location B,SI32 checkfor) |
| | Tells if the line of sight between two locations is not interrupted.
|
| LOGICAL | canNpcWalkHere (Location pos) |
| | Tells if an npc can move in the given position.
|
| SI08 | staticTop (Location pos) |
| SI08 | tileHeight (UI16 id) |
| SI08 | mapElevation (UI32 x, UI32 y) |
| SI08 | mapAverageElevation (UI32 x, UI32 y) |
| SI08 | dynamicElevation (Location pos) |
| SI08 | getHeight (Location pos) |
| | Returns the estimated height of walker's position.
|
| void | getMultiCorners (P_ITEM pi, SI32 &x1, SI32 &y1, SI32 &x2, SI32 &y2) |