DynRPG v0.32 Unofficial
Plugin SDK
Public Attributes | List of all members
RPG::EventData Class Reference

Class used for storing event names, ids, the event pages, and script data. More...

#include <EventData.h>

Public Attributes

int id
 The ID of the event.
 
DStringPtr name
 The name of the event.
 
int x
 The event's x coordinate.
 
int y
 The event's y coordinate.
 
CatalogPtr< EventPage * > pages
 The array of pages on the event, as well as their properties and event commands (zero-based)
 

Detailed Description

Class used for storing event names, ids, the event pages, and script data.

See also
RPG::Map
RPG::Event
RPG::EventPage

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