UFO: Alien Invasion
|
Listener for cvar changes. More...
#include <cvar.h>
Inherited by GAMECvarListener.
Public Member Functions | |
virtual | ~CvarListener () |
virtual void | onCreate (const struct cvar_s *cvar)=0 |
virtual void | onDelete (const struct cvar_s *cvar)=0 |
Listener for cvar changes.
cvar | The cvar that was created. |
Implemented in GAMECvarListener.
Implemented in GAMECvarListener.