public/ITimerSystem.h File Reference

Contains functions for creating and managing timers. More...

#include <IShareSys.h>
#include <IForwardSys.h>

Include dependency graph for ITimerSystem.h:

Go to the source code of this file.

Namespaces

namespace  SourceMod

Classes

class  SourceMod::IMapTimer
 Interface for map timers. More...
class  SourceMod::ITimedEvent
 Event callbacks for when a timer is executed. More...
class  SourceMod::ITimerSystem

Defines

#define SMINTERFACE_TIMERSYS_NAME   "ITimerSys"
#define SMINTERFACE_TIMERSYS_VERSION   3
#define TIMER_FLAG_REPEAT   (1<<0)
#define TIMER_FLAG_NO_MAPCHANGE   (1<<1)


Detailed Description

Contains functions for creating and managing timers.

Definition in file ITimerSystem.h.


Define Documentation

#define TIMER_FLAG_REPEAT   (1<<0)

Timer will repeat until stopped

Definition at line 108 of file ITimerSystem.h.

#define TIMER_FLAG_NO_MAPCHANGE   (1<<1)

Timer will not carry over mapchanges

Definition at line 109 of file ITimerSystem.h.


Generated on Sun Dec 28 23:26:27 2008 for SourceMod SDK by  doxygen 1.5.1