Hi everybody
SetTimerByFunctionName works well with function without a return value, whenever i add an variable at output of function ( int, boolean…) the function doesn’t get call anymore
Anything would help and thank for dropping by
Hi everybody
SetTimerByFunctionName works well with function without a return value, whenever i add an variable at output of function ( int, boolean…) the function doesn’t get call anymore
Anything would help and thank for dropping by
Anyone please?
Well you kinda answered your own question.
Timers don’t work with Functions that have ReturnValues.
I would only recommend to use them with CustomEvents.
Although a function without ReturnValue might be fine.
Just return values won’t work.