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

Method CreateCoreIdentity

core/logic/ShareSys.cpp:57–65  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

55}
56
57IdentityToken_t *ShareSystem::CreateCoreIdentity()
58{
59 if (!m_CoreType)
60 {
61 m_CoreType = CreateIdentType("CORE");
62 }
63
64 return CreateIdentity(m_CoreType, this);
65}
66
67void ShareSystem::Initialize()
68{

Callers 2

logic_initFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected