Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changes between Version 1 and Version 2 of code/howto/Timer


Ignore:
Timestamp:
Oct 10, 2008, 3:53:02 AM (16 years ago)
Author:
landauf
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • code/howto/Timer

    v1 v2  
    1010''interval'' is the time in seconds until the function gets executed.[[br]]
    1111''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
    1313
    1414{{{
     
    2727}}}
    2828
    29 See [wiki:Executor#DefaultValues] for more information on how to find values.
     29See [wiki:Executor#DefaultValues this] for more information about how to find values.
    3030
    3131== Member functions ==