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

Method OnSourceModAllInitialized

core/TimerSys.cpp:188–193  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

186}
187
188void TimerSystem::OnSourceModAllInitialized()
189{
190 sharesys->AddInterface(NULL, this);
191 m_pOnGameFrame = forwardsys->CreateForward("OnGameFrame", ET_Ignore, 0, NULL);
192 m_pOnMapTimeLeftChanged = forwardsys->CreateForward("OnMapTimeLeftChanged", ET_Ignore, 0, NULL);
193}
194
195void TimerSystem::OnSourceModGameInitialized()
196{

Callers 1

StartSourceModMethod · 0.45

Calls 2

CreateForwardMethod · 0.80
AddInterfaceMethod · 0.45

Tested by

no test coverage detected