]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
strreplace
authorRudolf Polzer <divVerent@xonotic.org>
Wed, 24 Aug 2011 09:37:10 +0000 (11:37 +0200)
committerRudolf Polzer <divVerent@xonotic.org>
Wed, 24 Aug 2011 09:37:10 +0000 (11:37 +0200)
qcsrc/client/csqc_builtins.qc

index c8b555dc39758791474c5201be8961798a3db508..48012e7a4ccf4a4c4fcd56dac92109dc095dd33f 100644 (file)
@@ -334,3 +334,5 @@ void (entity e, float chan, string samp, float vol, float atten, float pitchshif
 
 float trace_dphitcontents;
 float trace_networkentity;
+
+string(string search, string replace, string subject) strreplace = #484;