![]() |
Plasma Engine
2.0
|
The data that is broadcast whenever a cvar is changed. More...
#include <CVar.h>
Public Types | |
enum | Type { ValueChanged , DelayedSyncValueChanged , ListOfVarsChanged } |
Public Member Functions | |
plCVarEvent (plCVar *pCVar) | |
Public Attributes | |
Type | m_EventType = ValueChanged |
The type of this event. | |
plCVar * | 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 plCVarEvent::Type |