Property | Type | Description | |
---|---|---|---|
OnlineAccounts | List |
Method | Description | |
---|---|---|
CreateDB ( ) : DBConnection | ||
EmailAllPlayers ( |
||
GetActiveGames ( ) : List |
||
GetGame ( int id ) : |
||
GetNewGames ( ) : List |
||
GetOnlineAccount ( int accountId ) : |
||
GetPlayerGames ( int accountId, bool allGames = false, bool invites = false ) : List |
||
KillGame ( int gameId ) : void | ||
PlayerInvited ( |
||
PlayerJoined ( |
||
PlayerUnjoined ( |
||
SaveGame ( |
||
SaveNewGame ( |
||
SendEmail ( string toAccountEmail, string toAccountName, string subject, string message ) : void | ||
SendMessage ( DBConnection db, int destinationId, int sourceId, string sourceName, string text ) : string |
Method | Description | |
---|---|---|
CanSend ( DBConnection db, int sourceId ) : bool | ||
GameServer ( ) : System | ||
GetLastLogin ( DBConnection db, int accountId ) : System.DateTime |
public static EmailAllPlayers ( |
||
game | ||
subject | string | |
message | string | |
isGameStart | bool | |
return | void |
public static GetOnlineAccount ( int accountId ) : |
||
accountId | int | |
return |
public static GetPlayerGames ( int accountId, bool allGames = false, bool invites = false ) : List |
||
accountId | int | |
allGames | bool | |
invites | bool | |
return | List |
public static PlayerInvited ( |
||
game | ||
account | ||
return | void |
public static PlayerJoined ( |
||
game | ||
accountId | int | |
return | void |
public static PlayerUnjoined ( |
||
game | ||
accountId | int | |
return | void |
public static SaveNewGame ( |
||
game | ||
return | void |
public static SendEmail ( string toAccountEmail, string toAccountName, string subject, string message ) : void | ||
toAccountEmail | string | |
toAccountName | string | |
subject | string | |
message | string | |
return | void |
public static SendMessage ( DBConnection db, int destinationId, int sourceId, string sourceName, string text ) : string | ||
db | DBConnection | |
destinationId | int | |
sourceId | int | |
sourceName | string | |
text | string | |
return | string |