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

Method GetIdentRoot

core/logic/ShareSys.h:119–122  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

117 FeatureStatus TestCap(const char *name);
118public:
119 inline IdentityToken_t *GetIdentRoot()
120 {
121 return &m_IdentRoot;
122 }
123public:
124 void BeginBindingFor(CPlugin *pPlugin);
125 void BindNativesToPlugin(CPlugin *pPlugin, bool bCoreOnly);

Callers 2

IdentityHandleFunction · 0.80
GetHandleMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected