Hosting and domain costs until October 2024 have been generously sponsored by dumptruck_ds. Thank you!

Difference between revisions of "DP QC CVAR STRING"

From Quake Wiki

(New page: Builtin definitions: <pre> string(string s) cvar_defstring = #482; </pre> Returns the default value of a cvar, as a tempstring.)
 
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
 
Builtin definitions:
 
Builtin definitions:
 
<pre>
 
<pre>
string(string s) cvar_defstring = #482;
+
string(string s) cvar_string = #448;
 
</pre>
 
</pre>
  
Returns the default value of a cvar, as a tempstring.
+
Returns the value of a cvar, as a tempstring.
 +
[[Category:DarkPlaces]]

Latest revision as of 02:14, 25 March 2013

Builtin definitions:

string(string s) cvar_string = #448;

Returns the value of a cvar, as a tempstring.