Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
TimerF Stop, FunctionName
Author Message
PePs1Man
Apprentice
*

Posts: 32
Likes Given: 8
Likes Received: 2 in 2 posts
Joined: Jun 2017
Reputation: 0



Post: #1
TimerF Stop, FunctionName
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.
07-14-2017 09:33 AM
Find all posts by this user Like Post Quote this message in a reply
darksun84
Sir Spamalot
****

Posts: 1,687
Likes Given: 246
Likes Received: 162 in 151 posts
Joined: Mar 2012
Reputation: 35



Post: #2
RE: TimerF Stop, FunctionName
Works fine here, last nightly build, how are you using the timerf stop?
07-14-2017 06:55 PM
Find all posts by this user Like Post Quote this message in a reply
PePs1Man
Apprentice
*

Posts: 32
Likes Given: 8
Likes Received: 2 in 2 posts
Joined: Jun 2017
Reputation: 0



Post: #3
RE: TimerF Stop, FunctionName
Like the syntax suggest: TimerF STOP,FunctionName.

This was both TimerF @ 1 second. I've worked around it using tags, ...
07-15-2017 03:39 AM
Find all posts by this user Like Post Quote this message in a reply
darksun84
Sir Spamalot
****

Posts: 1,687
Likes Given: 246
Likes Received: 162 in 151 posts
Joined: Mar 2012
Reputation: 35



Post: #4
RE: TimerF Stop, FunctionName
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.
07-15-2017 04:19 AM
Find all posts by this user Like Post Quote this message in a reply
PePs1Man
Apprentice
*

Posts: 32
Likes Given: 8
Likes Received: 2 in 2 posts
Joined: Jun 2017
Reputation: 0



Post: #5
RE: TimerF Stop, FunctionName
Hello,

I did this:

Code:
[function a]
timerf 1,a
...some stuff and checks
timerf stop,a
07-15-2017 09:07 AM
Find all posts by this user Like Post Quote this message in a reply
Post Reply 


Forum Jump:


User(s) browsing this thread: 1 Guest(s)