// NG Menu // util/text.qh // text tool functions // returns a pair vector( string pText, vector pLast ) Util_GetEndOfLine; vector( string pText, vector pLast, float pWrapLength ) Util_GetEndOfWrappedLine; string( float pValue, float pStep ) Util_FloatToClampedText;