liblcf
RPG::Event Class Reference

#include <rpg_event.h>

+ Collaboration diagram for RPG::Event:

Public Attributes

int ID = 0
 
std::string name
 
int32_t x = 0
 
int32_t y = 0
 
std::vector< EventPagepages
 

Detailed Description

Definition at line 25 of file rpg_event.h.

Member Data Documentation

◆ ID

int RPG::Event::ID = 0

Definition at line 27 of file rpg_event.h.

◆ name

static TypedField< RPG::Event, std::string > static_name & RPG::Event::name

Definition at line 28 of file rpg_event.h.

Referenced by RPG::operator==().

◆ pages

static TypedField< RPG::Event, std::vector< RPG::EventPage > > static_pages & RPG::Event::pages

Definition at line 31 of file rpg_event.h.

Referenced by RPG::operator==().

◆ x

static TypedField< RPG::Event, int32_t > static_x & RPG::Event::x = 0

Definition at line 29 of file rpg_event.h.

Referenced by RPG::operator==().

◆ y

static TypedField< RPG::Event, int32_t > static_y & RPG::Event::y = 0

Definition at line 30 of file rpg_event.h.

Referenced by RPG::operator==().


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