Games\GamesByEmail.js
GamesByEmail
Object
All Implemented Interfaces:
GamesByEmail.TeamNotify
implementsFoundation.Class
The notification flag structure of GamesByEmail.Team.notify
. Set appropriate flags for events in the game and players who have suscribed to those events will get notified.
Constructor Summary |
|
Field Summary | |
| drawAccepted
Someone accepted a draw.
|
| drawDeclined
Someone declined a draw.
|
| drawOffered
Someone offered a draw.
|
| drew
Someone drew.
|
| lost
Someone was eliminated from play.
|
| play
I turn was made.
|
| turn
A turn completed.
|
| won
Someone won the game.
|
Method Summary | |
|
Sets all flags to false.
|
|
|
Methods inherited from Foundation.Class |
getTypePath , isInstanceOf |
Constructor Detail |
GamesByEmail.TeamNotify()
Field Detail |
Boolean
drawAccepted
Someone accepted a draw.
Boolean
drawDeclined
Someone declined a draw.
Boolean
drawOffered
Someone offered a draw.
Boolean
drew
Someone drew.
Boolean
lost
Someone was eliminated from play.
Boolean
play
I turn was made.
Boolean
turn
A turn completed.
Boolean
won
Someone won the game.
Method Detail |
void
clear()
Sets all flags to false.
dispose()
dispose
in class Class