|
liblcf
|
#include <rpg_moveroute.h>
Collaboration diagram for RPG::MoveRoute:Public Member Functions | |
| MoveRoute () | |
Public Attributes | |
| std::vector< MoveCommand > | move_commands |
| bool | repeat |
| bool | skippable |
Definition at line 20 of file rpg_moveroute.h.
| RPG::MoveRoute::MoveRoute | ( | ) |
| std::vector<MoveCommand> RPG::MoveRoute::move_commands |
Definition at line 24 of file rpg_moveroute.h.
| bool RPG::MoveRoute::repeat |
Definition at line 25 of file rpg_moveroute.h.
Referenced by MoveRoute().
| bool RPG::MoveRoute::skippable |
Definition at line 26 of file rpg_moveroute.h.
Referenced by MoveRoute().