#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) |
Definition in file ITimerSystem.h.
| #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.
1.5.1