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

Difference between revisions of "DP REGISTERCVAR"

From Quake Wiki

(New page: Builtin definitions: <pre> float(string name, string value) registercvar = #93; </pre> Adds a new console cvar to the server console (in singleplayer this is the player's console), the cv...)
(No difference)

Revision as of 16:52, 28 February 2008

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.