![]() |
DynRPG
v0.20
RM2k3 Plugin SDK
|
Used for the move route of an character (also set by the "Move Event" command) More...
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)
Encoded movement command list (see RPG::Character::move)
true
if impossible movement commands should be skipped
List of movement commands (internal storage, not yet implemented)
true
if the movement should be repeated until RPG::Character::stop (or "Halt all movement") is called