DynRPG v0.32 Unofficial
Plugin SDK
|
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) | |
Class used for storing event names, ids, the event pages, and script data.