]> de.git.xonotic.org Git - voretournament/voretournament.git/blob - data/qcsrc/server/pre-builtins.qh
Cvar the distance by which prey are separated in the stomach. Setting the cvar to...
[voretournament/voretournament.git] / data / qcsrc / server / pre-builtins.qh
1 var float(string var) cvar;\r
2 var string(string var) cvar_string;\r
3 var void(string var, string val) cvar_set;\r
4 #define cvar cvar_builtin\r
5 #define cvar_string cvar_string_builtin\r
6 #define cvar_set cvar_set_builtin\r