]> icculus.org git repositories - divverent/nexuiz.git/blob - data/menuqc/util/text.qh
Now overtime also gets initiated by equal frags and reaching the fraglimit.
[divverent/nexuiz.git] / data / menuqc / util / text.qh
1 // NG Menu
2 // util/text.qh
3
4 // text tool functions
5 // returns a pair <end, nextstart, length>
6 vector( string pText, vector pLast ) Util_GetEndOfLine;
7 vector( string pText, vector pLast, float pWrapLength ) Util_GetEndOfWrappedLine;
8 string( float pValue, float pStep ) Util_FloatToClampedText;