Event Flow
- Last UpdatedSep 23, 2022
- 1 minute read
The event system works such that at each level within the system, it is possible for an action to be performed on the returned data. This data is automatically passed from the lower routines up through the system, carrying out any predefined action on the data, then passing it up to the next level. Only when all picks and actions are carried out is the data passed to your action routines within the event packet.
