liblcf
|
#include <rpg_moveroute.h>
Public Attributes | |
std::vector< MoveCommand > | move_commands |
bool | repeat = true |
bool | skippable = false |
Definition at line 23 of file rpg_moveroute.h.
static TypedField< RPG::MoveRoute, std::vector< RPG::MoveCommand > > static_move_commands & RPG::MoveRoute::move_commands |
Definition at line 25 of file rpg_moveroute.h.
Referenced by RPG::operator==().
static TypedField< RPG::MoveRoute, bool > static_repeat & RPG::MoveRoute::repeat = true |
Definition at line 26 of file rpg_moveroute.h.
Referenced by RPG::operator==().
static TypedField< RPG::MoveRoute, bool > static_skippable & RPG::MoveRoute::skippable = false |
Definition at line 27 of file rpg_moveroute.h.
Referenced by RPG::operator==().