|
UFO: Alien Invasion
|
#include <common.h>

Data Fields | |
| int | when |
| int | delayFollowing |
| event_func * | func |
| event_check_func * | check |
| event_delay_func * | delay |
| Called when the check failed and we have to delay events in the queue. | |
| event_notify_delay_func * | notifyDelay |
| void * | notifyDelayUserData |
| event_clean_func * | clean |
| void * | data |
| event_check_func* scheduleEvent_t::check |
| event_clean_func* scheduleEvent_t::clean |
| void* scheduleEvent_t::data |
Definition at line 328 of file common.h.
Referenced by Delay_Events().
| event_delay_func* scheduleEvent_t::delay |
Called when the check failed and we have to delay events in the queue.
false if there should be no delay for this event, true if it should get delayed | [in] | now | The current time |
| [in] | data | The event userdata |
Definition at line 324 of file common.h.
Referenced by CL_ParseEvent(), and Delay_Events().
| int scheduleEvent_t::delayFollowing |
Definition at line 314 of file common.h.
Referenced by CL_ParseEvent(), and TEST_F().
| event_func* scheduleEvent_t::func |
Definition at line 315 of file common.h.
Referenced by Delay_Events().
| event_notify_delay_func* scheduleEvent_t::notifyDelay |
Definition at line 325 of file common.h.
Referenced by CL_ParseEvent().
| void* scheduleEvent_t::notifyDelayUserData |
Definition at line 326 of file common.h.
Referenced by CL_ParseEvent().
| int scheduleEvent_t::when |
Definition at line 313 of file common.h.
Referenced by Delay_Events(), and CompareScheduleEvent::operator()().