liblcf
RPG::MoveRoute Class Reference

#include <rpg_moveroute.h>

+ Collaboration diagram for RPG::MoveRoute:

Public Attributes

std::vector< MoveCommandmove_commands
 
bool repeat = true
 
bool skippable = false
 

Detailed Description

Definition at line 23 of file rpg_moveroute.h.

Member Data Documentation

◆ move_commands

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==().

◆ repeat

static TypedField< RPG::MoveRoute, bool > static_repeat & RPG::MoveRoute::repeat = true

Definition at line 26 of file rpg_moveroute.h.

Referenced by RPG::operator==().

◆ skippable

static TypedField< RPG::MoveRoute, bool > static_skippable & RPG::MoveRoute::skippable = false

Definition at line 27 of file rpg_moveroute.h.

Referenced by RPG::operator==().


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