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

Method GetFunctionCount

core/logic/ForwardSys.cpp:507–510  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

505}
506
507unsigned int CForward::GetFunctionCount()
508{
509 return m_functions.size();
510}
511
512ExecType CForward::GetExecType()
513{

Callers 15

UnhookEventMethod · 0.80
InternalDispatchMethod · 0.80
RunAuthChecksMethod · 0.80
OnClientPutInServerMethod · 0.80
GameFrameMethod · 0.80
UnhookConVarChangeMethod · 0.80
OnSayCommand_PostMethod · 0.80
ClientIsFloodingMethod · 0.80
LogActionFunction · 0.80
GetHandleApproxSizeMethod · 0.80

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected