Replies: 5 comments
-
|
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
It actually seems as though activeSubState() is 0-based but stateId() is 1-based. is that correct? so I actually need to add stateId + activeSubState + 1 to find the current active sub-state global ID? |
Beta Was this translation helpful? Give feedback.
-
Both a 0-based. |
Beta Was this translation helpful? Give feedback.
-
Sorry I haven't responded yet. I will try to provide an example when I get a chance. |
Beta Was this translation helpful? Give feedback.
-
It seems as though the substate ID's are not consistent.
The substate ID when using stateId<SUB_STATE>() is not equal to activeSubState(PARENT_STATE) when SUB_STATE is PARENT_STATE's active substate.
Is this intentional behavior?
Beta Was this translation helpful? Give feedback.
All reactions