Any of the following prototypes will work for a timed function.
function Action(Handle timer, Handle hndl)
Called when the timer interval has elapsed.
Handle to the timer object.
Handle passed to CreateTimer() when timer was created.
Plugin_Stop to stop a repeating timer, any other value for default behavior.
function Action(Handle timer, any data)
Called when the timer interval has elapsed.
Handle to the timer object.
Data passed to CreateTimer() when timer was created.
Plugin_Stop to stop a repeating timer, any other value for default behavior.
function Action(Handle timer)
Called when the timer interval has elapsed.
Handle to the timer object.
Plugin_Stop to stop a repeating timer, any other value for default behavior.
This documentation was generated automatically using pawn-docgen written by xPaw for AlliedMods.