]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blob - qcsrc/common/command/generic.qh
GetProgramCommandPrefix() -- allows me to have enhanced usage and such
[xonotic/xonotic-data.pk3dir.git] / qcsrc / common / command / generic.qh
1 float GenericCommand(string command); // returns true if handled, false if not. Note: It tokenizes its input, so be careful!
2 string GetProgamCommandPrefix(); // returns command prefix specific for each program it is compiled in