Definition at line 10 of file StateManager.hh.
Public Types | |
using | StateEnterFunc = void (T::*)() |
using | StateCalcFunc = void (T::*)() |
Public Attributes | |
u16 | id |
StateEnterFunc | onEnter |
StateCalcFunc | onCalc |
using Field::StateManagerEntry< T >::StateCalcFunc = void (T::*)() |
Definition at line 12 of file StateManager.hh.
using Field::StateManagerEntry< T >::StateEnterFunc = void (T::*)() |
Definition at line 11 of file StateManager.hh.
u16 Field::StateManagerEntry< T >::id |
Definition at line 14 of file StateManager.hh.
StateCalcFunc Field::StateManagerEntry< T >::onCalc |
Definition at line 16 of file StateManager.hh.
StateEnterFunc Field::StateManagerEntry< T >::onEnter |
Definition at line 15 of file StateManager.hh.