-
-
Notifications
You must be signed in to change notification settings - Fork 62
Advanced State Access
Andrew Gresyk edited this page Apr 2, 2022
·
1 revision
- States themselves are contained within an FSM instance, and the following API allowes access to their data.
Method | Description |
---|---|
TState& Instance::access<TState>(); const TState&Instance::access<TState>() const;
|
Access state data |