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

Difference between revisions of "DP QC CVAR DEFSTRING"

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.)
 
 
Line 5: Line 5:
  
 
Returns the default value of a cvar, as a tempstring.
 
Returns the default value of a cvar, as a tempstring.
 +
[[Category:DarkPlaces]]

Latest revision as of 02:14, 25 March 2013

Builtin definitions:

string(string s) cvar_defstring = #482;

Returns the default value of a cvar, as a tempstring.