mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-31 04:56:20 +00:00
[API] Methods for getting more information on quest timers. (#2060)
* hastimer * [API] Check quest timer duration, timer remaining and if timer exists. * [API] Methods for getting more information on quest timers. * [API] Methods for getting more information on quest timers. * [API] Methods for getting more information on quest timers.
This commit is contained in:
@@ -94,6 +94,9 @@ public:
|
||||
void pausetimer(const char *timer_name);
|
||||
void resumetimer(const char *timer_name);
|
||||
bool ispausedtimer(const char *timer_name);
|
||||
bool hastimer(const char *timer_name);
|
||||
uint32 getremainingtimeMS(const char *timer_name);
|
||||
uint32 gettimerdurationMS(const char *timer_name);
|
||||
void emote(const char *str);
|
||||
void shout(const char *str);
|
||||
void shout2(const char *str);
|
||||
|
||||
Reference in New Issue
Block a user