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

Method IsMapLoading

core/sourcemod.cpp:385–388  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

383}
384
385bool SourceModBase::IsMapLoading() const
386{
387 return m_IsMapLoading;
388}
389
390void SourceModBase::DoGlobalPluginLoads()
391{

Callers 2

LoadMethod · 0.45
IsLateLoadTimeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected