Directions in which MOBILE objects may face.
More...
|
|
#define | MOBILE_DIR_SOUTH 0 |
| | MOBILE::dir indicating down direction for movement/animation.
|
| |
|
#define | MOBILE_DIR_NORTH 1 |
| | MOBILE::dir indicating up direction for movement/animation.
|
| |
|
#define | MOBILE_DIR_EAST 2 |
| | MOBILE::dir indicating right direction for movement/animation.
|
| |
|
#define | MOBILE_DIR_WEST 3 |
| | MOBILE::dir indicating left direction for movement/animation.
|
| |
Directions in which MOBILE objects may face.