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

Method GetExtensionFromIdent

core/logic/ExtensionSys.cpp:1246–1254  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1244}
1245
1246CExtension *CExtensionManager::GetExtensionFromIdent(IdentityToken_t *ptr)
1247{
1248 if (ptr->type == g_ExtType)
1249 {
1250 return (CExtension *)(ptr->ptr);
1251 }
1252
1253 return NULL;
1254}
1255
1256CExtensionManager::CExtensionManager()
1257{

Callers 6

MakePrimHandleMethod · 0.80
DumpMethod · 0.80
SQL_ConnectFunction · 0.80
ConnectToDbAsyncFunction · 0.80
SQL_ConnectExFunction · 0.80
SQL_ConnectCustomFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected