liblcf
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
RPG::Event Class Reference

#include <rpg_event.h>

+ Collaboration diagram for RPG::Event:

Public Member Functions

 Event ()
 

Public Attributes

int ID
 
std::string name
 
int x
 
int y
 
std::vector< EventPagepages
 

Detailed Description

Definition at line 21 of file rpg_event.h.

Constructor & Destructor Documentation

RPG::Event::Event ( )

Constructor.

Definition at line 15 of file rpg_event.cpp.

References ID, name, x, and y.

Member Data Documentation

int RPG::Event::ID

Definition at line 25 of file rpg_event.h.

Referenced by Event().

std::string RPG::Event::name

Definition at line 26 of file rpg_event.h.

Referenced by Event().

std::vector<EventPage> RPG::Event::pages

Definition at line 29 of file rpg_event.h.

int RPG::Event::x

Definition at line 27 of file rpg_event.h.

Referenced by Event().

int RPG::Event::y

Definition at line 28 of file rpg_event.h.

Referenced by Event().


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