Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/alliedmodders/sourcemod
/ IsLateLoadTime
Method
IsLateLoadTime
core/logic/PluginSys.cpp:1564–1567 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1562
}
1563
1564
bool CPluginManager::IsLateLoadTime() const
1565
{
1566
return (m_AllPluginsLoaded || !bridge->IsMapLoading());
1567
}
1568
1569
void CPluginManager::OnSourceModAllInitialized()
1570
{
Callers
1
AskPluginLoad
Method · 0.80
Calls
1
IsMapLoading
Method · 0.45
Tested by
no test coverage detected