MCPcopy Create free account
hub / github.com/JACoders/OpenJK / SV_GameCommand

Function SV_GameCommand

code/server/sv_game.cpp:1105–1111  ·  view source on GitHub ↗

==================== SV_GameCommand See if the current console command is claimed by the game ==================== */

Source from the content-addressed store, hash-verified

1103====================
1104*/
1105qboolean SV_GameCommand( void ) {
1106 if ( sv.state != SS_GAME ) {
1107 return qfalse;
1108 }
1109
1110 return ge->ConsoleCommand();
1111}
1112

Callers 1

Cmd_ExecuteStringFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected