DynRPG v0.32 Unofficial
Plugin SDK
|
Used for the move route of an character (also set by the "Move Event" command) More...
#include <MoveRoute.h>
Public Attributes | |
DListPtr< MoveRouteItem * > | moves |
List of movement commands (internal storage, not yet implemented) | |
DArray< char > | encodedMoves |
Encoded movement command list (see RPG::Character::move) | |
bool | repeatPattern |
true if the movement should be repeated until RPG::Character::stop (or "Halt all movement") is called | |
bool | ignoreImpossible |
true if impossible movement commands should be skipped | |
Used for the move route of an character (also set by the "Move Event" command)