Public Member Functions | |
TimedContainerSearch (Obj *obj) | |
void | timed (uint32 evtime) override |
Public Member Functions inherited from Ultima::Nuvie::TimedEvent | |
TimedEvent (uint32 reltime, bool immediate=false, bool realtime=true) | |
void | queue () |
void | dequeue () |
void | set_time () |
void | stop_timer () |
Additional Inherited Members | |
Protected Member Functions inherited from Ultima::Nuvie::TimedEvent | |
void | stop () |
void | repeat (uint32 count=1) |
Protected Attributes inherited from Ultima::Nuvie::TimedEvent | |
TimeQueue * | tq |
uint32 | delay |
uint32 | time |
sint8 | repeat_count |
bool | ignore_pause |
bool | real_time |
bool | tq_can_delete |
bool | defunct |