MCPcopy Create free account
hub / github.com/alliedmodders/sourcemod / Initialize

Method Initialize

core/TimerSys.cpp:159–168  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

157}
158
159void ITimer::Initialize(ITimedEvent *pCallbacks, float fInterval, float fToExec, void *pData, int flags)
160{
161 m_Listener = pCallbacks;
162 m_Interval = fInterval;
163 m_ToExec = fToExec;
164 m_pData = pData;
165 m_Flags = flags;
166 m_InExec = false;
167 m_KillMe = false;
168}
169
170TimerSystem::TimerSystem()
171{

Callers 5

ClientPressedKeyMethod · 0.45
CreateTimerMethod · 0.45
StartSourceModMethod · 0.45
StartBitBufMessageMethod · 0.45
StartProtobufMessageMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected