v0.9.5
Variable: CLIENT_COMMAND_TYPES
• Const CLIENT_COMMAND_TYPES: Object
Type declaration
| Name | Type |
|---|---|
LOBBY | { CREATE_TABLE: string = “lobby:table:create”; GET_STATE: string = “lobby:state:get”; JOIN_TABLE: string = “lobby:table:join” } |
LOBBY.CREATE_TABLE | string |
LOBBY.GET_STATE | string |
LOBBY.JOIN_TABLE | string |
PLAYER | { GET_STATE: string = “player:state:get” } |
PLAYER.GET_STATE | string |
TABLE | { CREATE: string = “table:create”; GET_STATE: string = “table:state:get”; JOIN: string = “table:join”; LEAVE: string = “table:leave”; SEAT_SIT: string = “table:seat:sit”; SEAT_STAND: string = “table:seat:stand” } |
TABLE.CREATE | string |
TABLE.GET_STATE | string |
TABLE.JOIN | string |
TABLE.LEAVE | string |
TABLE.SEAT_SIT | string |
TABLE.SEAT_STAND | string |