DynRPG v0.32 Unofficial
Plugin SDK
Public Attributes | List of all members
RPG::MoveRoute Class Reference

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< charencodedMoves
 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

The documentation for this class was generated from the following file: