#include <mtevent.h>
Public Types | |
enum | Type : u8 { VIEW_BOBBING_STEP = 0 , CAMERA_PUNCH_LEFT , CAMERA_PUNCH_RIGHT , PLAYER_FALLING_DAMAGE , PLAYER_DAMAGE , NODE_DUG , PLAYER_JUMP , PLAYER_REGAIN_GROUND , TYPE_MAX } |
Public Member Functions | |
virtual | ~MtEvent ()=default |
virtual Type | getType () const =0 |
enum MtEvent::Type : u8 |
|
virtualdefault |
|
pure virtual |
Implemented in NodeDugEvent, and SimpleTriggerEvent.
Referenced by EventManagerTest::eventTest(), and EventManager::put().