From: Rudolf Polzer Date: Tue, 13 Apr 2010 06:52:21 +0000 (+0200) Subject: update extensions file X-Git-Tag: xonotic-v0.1.0preview~654 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=dc289285888f2a7f3a88e0a4f12bfc24532ed33c;p=xonotic%2Fxonotic-data.pk3dir.git update extensions file --- diff --git a/qcsrc/server/extensions.qh b/qcsrc/server/extensions.qh index 14f484402..e5df457c1 100644 --- a/qcsrc/server/extensions.qh +++ b/qcsrc/server/extensions.qh @@ -956,6 +956,7 @@ string(string format, ...) sprintf = #627; // ouxXc take a float if no length is specified or h is, and an int/entity if l is specified as length, and cast it to an unsigned int // eEfFgG take a float if no length is specified or h is, and an int/entity if l is specified as length, and cast it to a double // s takes a string +// vV takes a vector, and processes the three components as if it were a gG for all three components, separated by space // For conversions s and c, the flag # makes precision and width interpreted // as byte count, by default it is interpreted as character count in UTF-8 // enabled engines. No other conversions can create wide characters, and #