MCPcopy 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
1564bool CPluginManager::IsLateLoadTime() const
1565{
1566 return (m_AllPluginsLoaded || !bridge->IsMapLoading());
1567}
1568
1569void CPluginManager::OnSourceModAllInitialized()
1570{

Callers 1

AskPluginLoadMethod · 0.80

Calls 1

IsMapLoadingMethod · 0.45

Tested by

no test coverage detected