SetTimerEx
Jump to navigation
Jump to search
Description:
This will create set a timer, which will be triggered when the given time has passed.
Parameters:
(FunctionName, interval, repeat)
FunctionName : The name of the function to be called.
interval : The amount of time (in milliseconds) after which the function will be called.
n : The number of times the function is to be called. Specify 0 to call the function infinite number of times
Return Values:
The ID of the timer created, which can be used with KillTimer
Important Note:
This was added in 0.1b and will not work in first version.