Xonotic QuakeC
The free, fast arena FPS with crisp movement and a wide array of weapons
sv_cmd.qh
Go to the documentation of this file.
1#pragma once
2
3// =================================================
4// Declarations for server side game commands
5// =================================================
6
8void shuffleteams();
9
10void race_deleteTime(string map, float pos);
11
12// used by common/command/generic.qc:GenericCommand_dumpcommands to list all commands into a .txt file
bool shuffleteams_on_reset_map
Definition sv_cmd.qh:7
void shuffleteams()
Definition sv_cmd.qc:1339
void GameCommand_macro_write_aliases(float fh)
Definition sv_cmd.qc:1836
void race_deleteTime(string map, float pos)
Definition race.qc:462