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

DP REGISTERCVAR

From Quake Wiki

Revision as of 02:09, 25 March 2013 by Hectate (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Builtin definitions:

float(string name, string value) registercvar = #93;

Adds a new console cvar to the server console (in singleplayer this is the player's console), the cvar exists until the mod is unloaded or the game quits.

NOTE: DP_CON_SET is much better.