[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:
KayenEQ
2022-04-13 11:20:03 -04:00
committed by GitHub
parent bb897b755f
commit bc875ae554
4 changed files with 131 additions and 0 deletions
+3
View File
@@ -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);