ConVar@

Console command.

Methods

  • void AddFlags(int flags)
  • string GetDefault()
  • bool GetBool()
  • double GetFloat()
  • string GetHelpText()
  • int GetInt()
  • bool GetMax(double&inout maxVal)
  • bool GetMin(double&inout minVal)
  • string GetString()
  • string GetName()
  • void Revert()
  • void SetDefault(string value)
  • void SetValue(string value)
  • void InstallCallback() - Calls SEngine::OnCVarChanged(string name, string OldString, float OldValue) globally whenever the console command's value was changed.