Registers a configuration variable to be saved


See also CVar functions.

Signature:

RegisterCVar("cvar", "default")

Arguments:

  • cvar - Name of a CVar (string)
  • default - Default value of the CVar (string)