[Quest API] Add GetTimers() and GetPausedTimers() to Perl/Lua

This commit is contained in:
Kinglykrab
2025-07-10 21:17:34 -04:00
parent b8884d6572
commit 94f75935ae
10 changed files with 226 additions and 2 deletions
+2
View File
@@ -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;