C# Class WebGame.HomeController

Inheritance: BaseController
Afficher le fichier Open project: AdmiralPotato/ggj2013

Méthodes publiques

Méthode 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

Private Methods

Méthode 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

Method Details

CloseChatWindow() public méthode

public CloseChatWindow ( int targetId, string targetName ) : void
targetId int
targetName string
Résultat void

GameManual() public méthode

public GameManual ( ) : System.Web.Mvc.ActionResult
Résultat System.Web.Mvc.ActionResult

Index() public méthode

public Index ( ) : System.Web.Mvc.ActionResult
Résultat System.Web.Mvc.ActionResult

IpAddresses() public méthode

public IpAddresses ( string ipAddress = null ) : System.Web.Mvc.ActionResult
ipAddress string
Résultat System.Web.Mvc.ActionResult

LoadChatMessages() public méthode

public LoadChatMessages ( int targetId, string targetName ) : System.Web.Mvc.ActionResult
targetId int
targetName string
Résultat System.Web.Mvc.ActionResult

Messages() public méthode

public Messages ( ) : System.Web.Mvc.ActionResult
Résultat System.Web.Mvc.ActionResult

OptOut() public méthode

public OptOut ( ) : System.Web.Mvc.ActionResult
Résultat System.Web.Mvc.ActionResult

PlayerInfo() public méthode

public PlayerInfo ( int id ) : System.Web.Mvc.ActionResult
id int
Résultat System.Web.Mvc.ActionResult

Stats() public méthode

public Stats ( ) : System.Web.Mvc.ActionResult
Résultat System.Web.Mvc.ActionResult