DynRPG  v0.20
RM2k3 Plugin SDK
Public Attributes
RPG::MoveRoute Class Reference

Used for the move route of an character (also set by the "Move Event" command) More...

List of all members.

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

Detailed Description

Used for the move route of an character (also set by the "Move Event" command)

See also:
RPG::MoveType
RPG::Character::move

Member Data Documentation

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