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

Method FindInSendTable

core/HalfLife2.cpp:479–489  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

477}
478
479SendProp *CHalfLife2::FindInSendTable(const char *classname, const char *offset)
480{
481 sm_sendprop_info_t info;
482
483 if (!FindSendPropInfo(classname, offset, &info))
484 {
485 return NULL;
486 }
487
488 return info.prop;
489}
490
491typedescription_t *CHalfLife2::FindInDataMap(datamap_t *pMap, const char *offset)
492{

Callers 9

FindSendPropOffsFunction · 0.80
InitTeamNativesFunction · 0.80
tools_GetTeamNameFunction · 0.80
GetTeamScoreFunction · 0.80
SetTeamScoreFunction · 0.80
GetTeamClientCountFunction · 0.80
IsValidPropMethod · 0.80

Calls 1

FindSendPropInfoFunction · 0.85

Tested by

no test coverage detected