mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-16 18:08:22 +00:00
[Quest API] Add GetTimers() and GetPausedTimers() to Perl/Lua (#4965)
* [Quest API] Add GetTimers() and GetPausedTimers() to Perl/Lua * Push
This commit is contained in:
@@ -503,6 +503,8 @@ public:
|
||||
void SetTimer(std::string name, uint32 duration);
|
||||
void StopTimer(std::string name);
|
||||
void StopAllTimers();
|
||||
std::vector<std::string> GetPausedTimers();
|
||||
std::vector<std::string> GetTimers();
|
||||
|
||||
private:
|
||||
bool allow_mercs;
|
||||
|
||||
Reference in New Issue
Block a user