#include <FStateStateMgr.h>
Inherits StateStateMgr< T, FStateFactory >.
Public Member Functions | |
| FStateStateMgr (T &obj, const StateID &state_id=StateID::cNull) | |
| ~FStateStateMgr () override | |
| Public Member Functions inherited from StateStateMgr< T, FStateFactory > | |
| void | changeToSubState (const StateID &state_id) |
| bool | isSubState () const |
| void | returnState () |
| void | replaceState (const StateID &state_id) |
| const StateID * | getMainStateID () const |
|
inline |
|
inlineoverride |