DynRPG v0.32 Unofficial
Plugin SDK
|
The preconditions for a particular event page. More...
#include <EventPrecondition.h>
Public Attributes | |
EventPreconditionFlag_T | flag |
Precondition flags (can be combined) | |
int | switchId [2] |
The IDs of switches A & B. | |
int | variableId |
The ID of the variable to trigger. | |
int | variableValue |
The variable trigger will be above this value. | |
int | itemId |
Database ID of item. | |
int | heroId |
Database ID of hero. | |
int | TimerValue [2] |
The values of timers 1 & 2 (in seconds) | |
EventPreconditionVarLogic | varLogic |
The variable's logic (equal/greater/less etc.) | |
The preconditions for a particular event page.