StaticexecuteExecutes a console command.
The command to execute.
true upon sucess
The method tokenizes the string into arguments that are then passed to the ConsoleCommand that matches the name of the first argument. If no ConsoleCommand has been found, the system tries to locate a CVar that matches the name of the first argument. If a CVar has been found it's value will be written to the console if no furhter argument is present. If another argument is available, it will be used to set the value of the CVar. Arguments can be escapted using quotes. Quotes themselve can be escaped using a backslash.
StaticgetStaticgetGets the command with the specified name.
StaticgetCVarsStaticgetCVarStaticloadLoads variable definitions from a configuration file.
The path to the configuration file to be loaded.
StaticsaveSaves variable definitions to a configuration file.
The path to the configuration file to be written with the current configuration.
StatictryTries to load the configuration from a file. Unlike loadConfigurationFromFile(), this method checks if the file exists before loading it.
Handles the set of currently active CVar instances.