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

Function IdentityHandle

core/logic/HandleSys.cpp:62–65  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

60}
61
62inline HandleError IdentityHandle(IdentityToken_t *token, unsigned int *index)
63{
64 return g_HandleSys.GetHandle(token->ident, g_ShareSys.GetIdentRoot(), &ignore_handle, index);
65}
66
67HandleSystem::HandleSystem()
68{

Callers 2

MakePrimHandleMethod · 0.85
UnlinkHandleFromOwnerMethod · 0.85

Calls 2

GetIdentRootMethod · 0.80
GetHandleMethod · 0.45

Tested by

no test coverage detected