Games\GamesByEmail.jsGamesByEmailObject
All Implemented Interfaces:
GamesByEmail.GameStatus
implementsFoundation.Class
The status structure of GamesByEmail.Game.status.
| Constructor Summary |
|
| Field Summary | |
| checkChat
Game should verify whether players can chat.
|
| draw
Did the game end in a draw.
|
| drawAccepted
Was a draw accepted last move.
|
| drawDeclined
Was a draw declined last move.
|
| drawOffered
Was a draw offered last move.
|
| noChat
Can players chat.
|
| playing
Is the game in progress.
|
| resigned
Did anyone resign during the course of the game.
|
| stalemate
Did the game end in a statlemate.
|
| uninitialized
Has the game been initialized.
|
| Method Summary | |
|
Sets all states to false.
|
|
|
Methods inherited from Foundation.Class |
getTypePath, isInstanceOf |
| Constructor Detail |
GamesByEmail.GameStatus()
| Field Detail |
Boolean checkChat
Game should verify whether players can chat.
Boolean draw
Did the game end in a draw.
Boolean drawAccepted
Was a draw accepted last move.
Boolean drawDeclined
Was a draw declined last move.
Boolean drawOffered
Was a draw offered last move.
Boolean noChat
Can players chat.
Boolean playing
Is the game in progress.
Boolean resigned
Did anyone resign during the course of the game.
Boolean stalemate
Did the game end in a statlemate.
Boolean uninitialized
Has the game been initialized.
| Method Detail |
void clear()
Sets all states to false.
dispose()
dispose in class Class