View Single Post
SpirT
Senior Member
Join Date: Sep 2018
Location: Portugal
Old 08-05-2019 , 15:01   Re: Passing string to CreateTimer Function
Reply With Quote #6

It does not work because it needs to be:
PHP Code:
public Action TimerCallback(Handle timerHandle hndlany data*);

This is not neededjust use Handle timerHandle hndl
// any data is some info stored on the action you created the timer. 
Best Regards, Hope I could help you ;)
__________________

Last edited by SpirT; 08-05-2019 at 15:02.
SpirT is offline