ezEngine  Release 25.03
ezCVarValue Struct Reference

Each CVar stores several values internally. The 'Current' value is the most important one. More...

#include <CVar.h>

Public Types

enum  Enum {
  Current, Default, Stored, DelayedSync,
  ENUM_COUNT
}
 

Detailed Description

Each CVar stores several values internally. The 'Current' value is the most important one.

Member Enumeration Documentation

◆ 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: