Method | Description | |
---|---|---|
CloseChatWindow ( int targetId, string targetName ) : void | ||
GameManual ( ) : System.Web.Mvc.ActionResult | ||
Index ( ) : System.Web.Mvc.ActionResult | ||
IpAddresses ( string ipAddress = null ) : System.Web.Mvc.ActionResult | ||
LoadChatMessages ( int targetId, string targetName ) : System.Web.Mvc.ActionResult | ||
Messages ( ) : System.Web.Mvc.ActionResult | ||
OptOut ( ) : System.Web.Mvc.ActionResult | ||
PlayerInfo ( int id ) : System.Web.Mvc.ActionResult | ||
Stats ( ) : System.Web.Mvc.ActionResult |
Method | Description | |
---|---|---|
Chat ( int targetId, string message ) : string | ||
LoadMessages ( DBConnection db, int toId ) : List |
||
OptOut ( int account ) : System.Web.Mvc.ActionResult | ||
SendMessage ( int accountId = -1, string message = null ) : System.Web.Mvc.ActionResult |
public CloseChatWindow ( int targetId, string targetName ) : void | ||
targetId | int | |
targetName | string | |
return | void |
public GameManual ( ) : System.Web.Mvc.ActionResult | ||
return | System.Web.Mvc.ActionResult |
public Index ( ) : System.Web.Mvc.ActionResult | ||
return | System.Web.Mvc.ActionResult |
public IpAddresses ( string ipAddress = null ) : System.Web.Mvc.ActionResult | ||
ipAddress | string | |
return | System.Web.Mvc.ActionResult |
public LoadChatMessages ( int targetId, string targetName ) : System.Web.Mvc.ActionResult | ||
targetId | int | |
targetName | string | |
return | System.Web.Mvc.ActionResult |
public Messages ( ) : System.Web.Mvc.ActionResult | ||
return | System.Web.Mvc.ActionResult |
public OptOut ( ) : System.Web.Mvc.ActionResult | ||
return | System.Web.Mvc.ActionResult |
public PlayerInfo ( int id ) : System.Web.Mvc.ActionResult | ||
id | int | |
return | System.Web.Mvc.ActionResult |
public Stats ( ) : System.Web.Mvc.ActionResult | ||
return | System.Web.Mvc.ActionResult |