![]() |
DynRPG
v0.20
RM2k3 Plugin SDK
|
Used for events as subtype of characters. More...
Inherits RPG::Character.
Public Member Functions | |
| bool | doesEventPageExist (int id) |
| Checks whether a certain event page exists. | |
Public Attributes | |
| EventData * | eventData |
| Pointer to the RPG::EventData of this event. | |
Used for events as subtype of characters.
| bool RPG::Event::doesEventPageExist | ( | int | id | ) |
Checks whether a certain event page exists.
This function may be used to check for a certain event page prior to calling it.
| id | Event page to check |
true if the event page exists, false otherwise Pointer to the RPG::EventData of this event.
1.7.6.1