#include <public/ITimerSystem.h>
Public Member Functions | |
| virtual ResultType | OnTimer (ITimer *pTimer, void *pData)=0 |
| Called when a timer is executed. | |
| virtual void | OnTimerEnd (ITimer *pTimer, void *pData)=0 |
| Called when the timer has been killed. | |
Definition at line 87 of file ITimerSystem.h.
| virtual ResultType SourceMod::ITimedEvent::OnTimer | ( | ITimer * | pTimer, | |
| void * | pData | |||
| ) | [pure virtual] |
Called when a timer is executed.
| pTimer | Pointer to the timer instance. | |
| pData | Private pointer passed from host. |
| virtual void SourceMod::ITimedEvent::OnTimerEnd | ( | ITimer * | pTimer, | |
| void * | pData | |||
| ) | [pure virtual] |
Called when the timer has been killed.
| pTimer | Pointer to the timer instance. | |
| pData | Private data pointer passed from host. |
1.5.1