Changes between Version 1 and Version 2 of code/howto/Timer
- Timestamp:
- Oct 10, 2008, 3:53:02 AM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
code/howto/Timer
v1 v2 10 10 ''interval'' is the time in seconds until the function gets executed.[[br]] 11 11 ''bLoop'' is a bool. If set to true, the Timer will continue calling the function after every ''interval'' seconds.[[br]] 12 ''executor'' is an ExecutorStatic of a static functio 12 ''executor'' is an ExecutorStatic of a static function 13 13 14 14 {{{ … … 27 27 }}} 28 28 29 See [wiki:Executor#DefaultValues ] for more information onhow to find values.29 See [wiki:Executor#DefaultValues this] for more information about how to find values. 30 30 31 31 == Member functions ==