|  | ezEngine Release 25.08
    | 
The data that is broadcast whenever a cvar is changed. More...
#include <CVar.h>
| Public Types | |
| enum | Type { ValueChanged , DelayedSyncValueChanged , ListOfVarsChanged } | 
| Public Member Functions | |
| ezCVarEvent (ezCVar *pCVar) | |
| Public Attributes | |
| Type | m_EventType = ValueChanged | 
| The type of this event. | |
| ezCVar * | m_pCVar | 
| Which CVar is involved. This is only for convenience, it is always the CVar on which the event is triggered. | |
The data that is broadcast whenever a cvar is changed.
| enum ezCVarEvent::Type |