]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
update extensions file
authorRudolf Polzer <divverent@alientrap.org>
Tue, 13 Apr 2010 06:52:21 +0000 (08:52 +0200)
committerRudolf Polzer <divverent@alientrap.org>
Tue, 13 Apr 2010 06:52:21 +0000 (08:52 +0200)
qcsrc/server/extensions.qh

index 14f48440289942fc0d46dcbb6c3e9dcbe4cfdc57..e5df457c150d293f0fcb182fd46f3b76f2e29b68 100644 (file)
@@ -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 #