File: Games\GamesByEmail.js

GamesByEmail
Class GameStatus

Object
  
 
 
GamesByEmail.GameStatus

All Implemented Interfaces:

Class


GamesByEmail.GameStatus

implements Foundation.Class

The status structure of GamesByEmail.Game.status.


Constructor Summary
GamesByEmail.GameStatus()

Field Summary
BooleancheckChat
Game should verify whether players can chat.
Booleandraw
Did the game end in a draw.
BooleandrawAccepted
Was a draw accepted last move.
BooleandrawDeclined
Was a draw declined last move.
BooleandrawOffered
Was a draw offered last move.
BooleannoChat
Can players chat.
Booleanplaying
Is the game in progress.
Booleanresigned
Did anyone resign during the course of the game.
Booleanstalemate
Did the game end in a statlemate.
Booleanuninitialized
Has the game been initialized.

Method Summary
voidclear()
Sets all states to false.
 dispose()

Methods inherited from Foundation.Class
getTypePath, isInstanceOf

Constructor Detail

GameStatus

GamesByEmail.GameStatus()

Field Detail

checkChat

Boolean checkChat

Game should verify whether players can chat.


draw

Boolean draw

Did the game end in a draw.


drawAccepted

Boolean drawAccepted

Was a draw accepted last move.


drawDeclined

Boolean drawDeclined

Was a draw declined last move.


drawOffered

Boolean drawOffered

Was a draw offered last move.


noChat

Boolean noChat

Can players chat.


playing

Boolean playing

Is the game in progress.


resigned

Boolean resigned

Did anyone resign during the course of the game.


stalemate

Boolean stalemate

Did the game end in a statlemate.


uninitialized

Boolean uninitialized

Has the game been initialized.

Method Detail

clear

void clear()

Sets all states to false.


dispose

dispose()
Overrides:
dispose in class Class