Type Alias RoomStateEvents
RoomStateEvents: { hintCostUpdated: [oldCost
: number, newCost
: number, oldPercentage
: number, newPercentage
: number]; hintPointsUpdated: [oldValue
: number, newValue
: number]; locationCheckPointsUpdated: [oldValue
: number, newValue
: number]; locationsChecked: [locations
: number[]]; passwordUpdated: [password
: boolean]; permissionsUpdated: [oldValue
: PermissionTable, newValue
: PermissionTable]; } Type declaration
hintCostUpdated: [oldCost: number, newCost: number, oldPercentage: number, newPercentage: number]
hintPointsUpdated: [oldValue: number, newValue: number]
locationCheckPointsUpdated: [oldValue: number, newValue: number]
locationsChecked: [locations: number[]]
passwordUpdated: [password: boolean]
An interface with all supported room events and their respective callback arguments. To be called from RoomStateManager.