Event flow examples - Sector7/Collision GitHub Wiki
Configuration sent out from Gameserver:
Example event flow
- A weapon fires an IR beam at a target that gets hit.
- The target generates a 0x0001 code, "Incoming IR-code".
- The code contains payload data saying that the target was hit.
- This in turn generates a remote event according to the configuration, that gets sent to the Xbee network.
- The server receives this event and performs whatever logic it needs, possibly generating new events as a result.