]> icculus.org git repositories - divverent/nexuiz.git/blob - data/qcsrc/common/util.qh
new cvar bot_vs_human: set to positive value to make an all-bot blue team, set to...
[divverent/nexuiz.git] / data / qcsrc / common / util.qh
1
2 // this returns a tempstring containing a copy of s with additional \n newlines added, it also replaces \n in the text with a real newline
3 // NOTE: s IS allowed to be a tempstring
4 string wordwrap(string s, float l);
5 #ifndef MENUQC
6 void wordwrap_sprint(string s, float l);
7 #endif
8 void wordwrap_cb(string s, float l, void(string) callback)
9
10 float GameCommand_Generic(string cmd);
11 // returns TRUE if handled, FALSE otherwise
12 // uses tokenize on its argument!