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

Method GetValveCommandLine

core/HalfLife2.cpp:306–312  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

304}
305
306ICommandLine *CHalfLife2::GetValveCommandLine()
307{
308 if (!m_pGetCommandLine)
309 return NULL;
310
311 return ((FakeGetCommandLine)((FakeGetCommandLine *)m_pGetCommandLine))();
312}
313
314#if SOURCE_ENGINE != SE_DARKMESSIAH
315IChangeInfoAccessor *CBaseEdict::GetChangeAccessor()

Callers 6

sm_GetCommandLineFunction · 0.80
sm_GetCommandLineParamFunction · 0.80
sm_FindCommandLineParamFunction · 0.80
OnServerActivateMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected