SphereCommunity

Full Version: TimerF Stop, FunctionName
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello,

I was wondering if this was working correctly for you : "TimerF Stop, FunctionName"

It doesn't seem to stop the timer properly for me, using 56c, april 10th build.
Works fine here, last nightly build, how are you using the timerf stop?
Like the syntax suggest: TimerF STOP,FunctionName.

This was both TimerF @ 1 second. I've worked around it using tags, ...
Does the function passed in timerf have arguments?

Example:
Code:
[function calltimer]
timerf <argn1>,testtimer 2
timerf stop,testtimer 1

In this case the timerf STOP will not stop the execution of testtimer ecause the argument values are different.
Hello,

I did this:

Code:
[function a]
timerf 1,a
...some stuff and checks
timerf stop,a
Reference URL's