]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blob - qcsrc/common/command/generic.qh
Massive revamp of help system code
[xonotic/xonotic-data.pk3dir.git] / qcsrc / common / command / generic.qh
1 // =========================================================
2 //  Declarations for common command code, written by Samual
3 //  Last updated: December 28th, 2011
4 // =========================================================
5
6 // Used by other game command systems for common commands,
7 // and it returns true if handled, false if not. 
8 // Note: It tokenizes its input, so be careful!
9 float GenericCommand(string command);
10
11 // Returns command prefix specific for whatever program it is compiled in
12 string GetProgramCommandPrefix(void);