#include <public/ITimerSystem.h>
Public Member Functions | |
| virtual int | GetMapTimeLimit ()=0 |
| virtual void | ExtendMapTimeLimit (int extra_time)=0 |
| virtual void | SetMapTimerStatus (bool enabled)=0 |
Definition at line 54 of file ITimerSystem.h.
| virtual int SourceMod::IMapTimer::GetMapTimeLimit | ( | ) | [pure virtual] |
Returns the current map time limit in seconds.
| virtual void SourceMod::IMapTimer::ExtendMapTimeLimit | ( | int | extra_time | ) | [pure virtual] |
Extends the map limit (either positively or negatively) in seconds.
| extra_time | Time to extend map by. If 0, the map will be set to have no time limit. |
| virtual void SourceMod::IMapTimer::SetMapTimerStatus | ( | bool | enabled | ) | [pure virtual] |
Tells the map timer whether it is being used or not.
Map timers are automatically enabled when they are set, and automatically disabled if being un-set.
| enabled | True if enabling, false if disabling. |
1.5.1