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

Method GetParamOffset

extensions/bintools/CallWrapper.cpp:204–209  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

202}
203
204unsigned int CallWrapper::GetParamOffset(unsigned int num)
205{
206 assert(num < GetParamCount() && num >= 0);
207
208 return m_Params[num].offset;
209}
210
211unsigned int CallWrapper::GetFunctionFlags()
212{

Callers 2

jit_call.cppFile · 0.45
JIT_CallCompileFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected