Add any: tag to set_task parameter[]

This commit is contained in:
KliPPy 2014-12-14 19:00:15 +01:00
parent 1df58d6231
commit f3dfc6e4c6

View File

@ -1689,7 +1689,7 @@ native parse_time(const input[], const format[], time=-1);
* @param repeat If the "a" flag is set the task will be repeated this
* many times
*/
native set_task(Float:time, const function[], id=0, const parameter[]="", len=0, const flags[]="", repeat=0);
native set_task(Float:time, const function[], id=0, const any:parameter[]="", len=0, const flags[]="", repeat=0);
/**
* Removes all tasks with the specified id.