| 304 | } |
| 305 | |
| 306 | ICommandLine *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 |
| 315 | IChangeInfoAccessor *CBaseEdict::GetChangeAccessor() |
no outgoing calls
no test coverage detected