#include <unitmessages.h>

Public Member Functions | |
| StateEvent (uint_t sequence=0) | |
Public Attributes | |
| Unit::State | state |
| union { | |
| byte_t next_step_counter | |
| Used with STATE_NEXT_STEP. | |
| MapEnums::Direction direction | |
| Used with STATE_ROTATING_*. | |
| struct { | |
| MapPosition3D position | |
| Used with STATE_MOVING. | |
| } | |
| }; | |
| StateEvent::StateEvent | ( | uint_t | sequence = 0 |
) | [inline] |
Used with STATE_NEXT_STEP.
Used with STATE_ROTATING_*.
Used with STATE_MOVING.
| union { ... } |
1.5.3