Creates a timer associated with a new datapack, and returns the datapack.
Handle CreateDataTimer(float interval, Timer func, Handle &datapack, int flags)
Interval from the current game time to execute the given function.
Function to execute once the given interval has elapsed.
The newly created datapack is passed though this by-reference parameter to the timer callback function.
Timer flags.
Handle to the timer object. You do not need to call CloseHandle().
The datapack is automatically freed when the timer ends.
The position of the datapack is not reset or changed for the timer function.
This documentation was generated automatically using pawn-docgen written by xPaw for AlliedMods.