Games\GamesByEmail.js
GamesByEmail
Object
All Implemented Interfaces:
GamesByEmail.Move
implementsFoundation.Class
Information about the last move.
Constructor Summary |
|
Field Summary | |
| game
The game object this move belongs to.
|
| log
The log data of this move.
|
| number
The sequential number of this move.
|
| player
The player who made this move.
|
Method Summary | |
|
|
Methods inherited from Foundation.Class |
getTypePath , isInstanceOf |
Constructor Detail |
GamesByEmail.Move()
Field Detail |
Game
game
The game object this move belongs to.
String
log
The log data of this move.
Number
number
The sequential number of this move.
Player
player
The player who made this move.
Method Detail |
dispose()
dispose
in class Class