Squid::Tasks 1.0.0
C++14 coroutine-based task library for games
FSM::TransitionDebugData Struct Reference

Debug state transition data (used by debug-state-transition callbacks) More...

#include <TaskFSM.h>

Public Attributes

FSM::StateId oldStateId
 Outgoing state's id.
 
std::string oldStateName
 Outgoing state's name.
 
FSM::StateId newStateId
 Incoming state's id.
 
std::string newStateName
 Incoming state's name.
 

Detailed Description

Debug state transition data (used by debug-state-transition callbacks)


The documentation for this struct was generated from the following file: