Add gettaskname(task_id) to Perl/Lua.

This commit is contained in:
Alex
2020-03-31 22:24:09 -04:00
parent 963735e7dd
commit 4712b56078
6 changed files with 46 additions and 0 deletions
+1
View File
@@ -214,6 +214,7 @@ public:
int activetasksinset(int taskset);
int completedtasksinset(int taskset);
bool istaskappropriate(int task);
std::string gettaskname(uint32 task_id);
void clearspawntimers();
void ze(int type, const char *str);
void we(int type, const char *str);