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

Method GetSHParamInfo

extensions/bintools/CallWrapper.cpp:194–202  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

192}
193
194const SourceHook::PassInfo * CallWrapper::GetSHParamInfo(unsigned int num)
195{
196 if (num + 1 > GetParamCount())
197 {
198 return NULL;
199 }
200
201 return &(m_Info.paramsPassInfo[num+1]);
202}
203
204unsigned int CallWrapper::GetParamOffset(unsigned int num)
205{

Callers 2

jit_call.cppFile · 0.80
JIT_CallCompileFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected