|
inlineprotected |
Starts timer.
duration | function is executed after this time (in seconds). |
obj | target object on which function will be executed |
fn_name | name of function (on object "obj") which will be executed |
params | function arguments see Param for usage, default NULL (no arguments) |
loop | when true, timer is looped endlessly and function is executed after every loop. |
См. определение в файле tools.c строка 597
Перекрестные ссылки m_function, m_params, m_target и OnStart().