C# 클래스 ClourWars.Game.Controllers.GameController

상속: Controller
파일 보기 프로젝트 열기: pedro-ramirez-suarez/cloudwarsgame

공개 메소드들

메소드 설명
Play ( System.Guid matchId ) : System.Web.Mvc.ActionResult

비공개 메소드들

메소드 설명
AcceptChallenge ( System.Guid challengeId ) : Needletail.Mvc.TwoWayResult
ChallengePlayer ( System.Guid playerId ) : Needletail.Mvc.TwoWayResult
GetAllPlayers ( ) : System.Web.Mvc.ActionResult
GetNearByPlayers ( ) : System.Web.Mvc.ActionResult
Initialize ( string liveId, string latitude, string longitude ) : void
InvitePlayer ( System.Guid matchId, string clientId ) : Needletail.Mvc.TwoWayResult
MyChallenges ( ) : System.Web.Mvc.ActionResult
MyMatches ( ) : System.Web.Mvc.ActionResult
OnlinePlayers ( ) : System.Web.Mvc.ActionResult
PlayMatch ( System.Guid matchId ) : Needletail.Mvc.TwoWayResult
PlayerAttack ( System.Guid matchId, System.Guid playerId, int row, int col ) : void
PlayerChat ( string message, string clientId ) : Needletail.Mvc.TwoWayResult
PlayerMoveTo ( System.Guid matchId, string unitId, int row, int col ) : void
PlayerReady ( System.Guid matchId, System.Guid playerId ) : void
RejectChallenge ( System.Guid challengeId ) : Needletail.Mvc.TwoWayResult

메소드 상세

Play() 공개 메소드

public Play ( System.Guid matchId ) : System.Web.Mvc.ActionResult
matchId System.Guid
리턴 System.Web.Mvc.ActionResult