roomId | Unique room id assigned on room creation, the id is generated using uuid() module on the server |
playerId | Unique ID assigned to player once the connection is established with the server, assigned on RegisterEvent |
eventName | the GamePlayEvent event name, use event names as a way to differentiate between your GamePlayEvents |
stringData | An Array of strings as part of the custom data in the GamePlayEvent |
integerData | An Array of integers as part of the custom data in the GamePlayEvent |
floatData | An Array of floating numbers as part of the custom data in the GamePlayEvent |
booleanData | An Array of boolean values as part of the custom data in the GamePlayEvent |