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

Function OnServerActivate

extensions/tf2/extension.cpp:268–272  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

266}
267
268void OnServerActivate(edict_t *pEdictList, int edictCount, int clientMax)
269{
270 g_resourceEntity = FindResourceEntity();
271 g_HolidayManager.OnServerActivated();
272}
273
274bool TF2Tools::ProcessCommandTarget(cmd_target_info_t *info)
275{

Callers

nothing calls this directly

Calls 2

FindResourceEntityFunction · 0.85
OnServerActivatedMethod · 0.45

Tested by

no test coverage detected