GGZ Gaming Zone Client/Game Client Protocol Specification
Prev
GGZModState
Name
GGZModState -- Possible game states for a game client
Synopsis
Identifier
Value
Description
STATE_CREATED
0
...
STATE_CONNECTED
1
...
STATE_WAITING
2
...
STATE_PLAYING
3
...
STATE_DONE
4
...
Description
All states are of type integer.
Prev
Home
GGZSeatType
Up