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

Method GetParamCount

extensions/bintools/CallWrapper.cpp:142–145  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

140}
141
142unsigned int CallWrapper::GetParamCount()
143{
144 return m_Info.numOfParams;
145}
146
147void CallWrapper::Execute(void *vParamStack, void *retBuffer)
148{

Callers 3

SDKCallFunction · 0.45
jit_call.cppFile · 0.45
JIT_CallCompileFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected