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

Method OnCoreMapStart

extensions/sdktools/extension.cpp:372–377  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

370}
371
372void SDKTools::OnCoreMapStart(edict_t *pEdictList, int edictCount, int clientMax)
373{
374 InitTeamNatives();
375 GetResourceEntity();
376 g_Hooks.OnMapStart();
377}
378
379bool SDKTools::QueryRunning(char *error, size_t maxlength)
380{

Callers 1

CallOnCoreMapStartMethod · 0.45

Calls 3

InitTeamNativesFunction · 0.85
GetResourceEntityFunction · 0.85
OnMapStartMethod · 0.80

Tested by

no test coverage detected