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

Method GetOwner

core/logic/smn_database.cpp:222–225  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

220 }
221 }
222 IdentityToken_t *GetOwner()
223 {
224 return me->GetIdentity();
225 }
226 IDBDriver *GetDriver()
227 {
228 return m_pDatabase->GetDriver();

Callers 3

AddToThreadQueueMethod · 0.45
OnPluginWillUnloadMethod · 0.45

Calls 1

GetIdentityMethod · 0.45

Tested by

no test coverage detected