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

Method _SetPauseState

core/logic/PluginSys.cpp:2149–2153  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2147}
2148
2149void CPluginManager::_SetPauseState(CPlugin *pl, bool paused)
2150{
2151 for (ListenerIter iter(m_listeners); !iter.done(); iter.next())
2152 (*iter)->OnPluginPauseChange(pl, paused);
2153}
2154
2155void CPluginManager::AddFunctionsToForward(const char *name, IChangeableForward *pForward)
2156{

Callers 1

SetPauseStateMethod · 0.80

Calls 3

doneMethod · 0.80
nextMethod · 0.80
OnPluginPauseChangeMethod · 0.45

Tested by

no test coverage detected