From dc289285888f2a7f3a88e0a4f12bfc24532ed33c Mon Sep 17 00:00:00 2001 From: Rudolf Polzer Date: Tue, 13 Apr 2010 08:52:21 +0200 Subject: [PATCH] update extensions file --- qcsrc/server/extensions.qh | 1 + 1 file changed, 1 insertion(+) 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 # -- 2.39.2