ClanSoft logo
ClanSoft logo

    CL_TimerCallback::callback

Syntax

virtual int callback(int milliseconds_passed);

Parameters

milliseconds_passed-the number of milliseconds passed, since the last call to the callback function

Return value

If return value is != 0, this value denotes the new interval, on which this function should be called.

Description

Virtual function, which must be implemented. This function is called by the CL_TimerManager, in case the instance is subscribed to callbacks.


Back to index



This page was built using the Perceps documentation system.