]> icculus.org git repositories - divverent/nexuiz.git/blob - data/qcsrc/common/util.qh
changed ctf and domination scoring to individual player scoring, this
[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);