Each CVar stores several values internally. The 'Current' value is the most important one.
More...
#include <CVar.h>
Each CVar stores several values internally. The 'Current' value is the most important one.
◆ Enum
Enumerator |
---|
Current | The value that should be used.
|
Default | The 'default' value of the CVar. Can be used to reset a variable to its default state.
|
Stored | The value that was read from disk (or the default). Can be used to reset a CVar to the 'saved' state, if desired.
|
DelayedSync | The state that will be stored for later. This is identical to 'Current' unless the 'RequiresDelayedSync' flag is set (in which case the 'Current' value only changes when the code requests so).
|
The documentation for this struct was generated from the following file:
- /home/runner/work/ezEngine/ezEngine/Code/Engine/Foundation/Configuration/CVar.h