| 861 | } |
| 862 | |
| 863 | const char *CHalfLife2::CurrentCommandName() |
| 864 | { |
| 865 | #if SOURCE_ENGINE >= SE_ORANGEBOX |
| 866 | return m_CommandStack.front().args->Arg(0); |
| 867 | #else |
| 868 | return m_CommandStack.front().cmd; |
| 869 | #endif |
| 870 | } |
| 871 | |
| 872 | void CHalfLife2::AddDelayedKick(int client, int userid, const char *msg) |
| 873 | { |
no test coverage detected