C# 클래스 JustPressPlay.Controllers.QuestsController

상속: Controller
파일 보기 프로젝트 열기: RIT-MAGIC/JustPressPlay

공개 메소드들

메소드 설명
Index ( ) : System.Web.Mvc.ActionResult

The list of all quests

IndividualQuest ( int id ) : System.Web.Mvc.ActionResult

An individual quest page

QuestPlayer ( int questID, int playerID ) : System.Web.Mvc.ActionResult

A specific quest instance for the specified player

비공개 메소드들

메소드 설명
Track ( int id ) : System.Boolean
Untrack ( int id ) : System.Boolean

메소드 상세

Index() 공개 메소드

The list of all quests
public Index ( ) : System.Web.Mvc.ActionResult
리턴 System.Web.Mvc.ActionResult

IndividualQuest() 공개 메소드

An individual quest page
public IndividualQuest ( int id ) : System.Web.Mvc.ActionResult
id int The id of the quest
리턴 System.Web.Mvc.ActionResult

QuestPlayer() 공개 메소드

A specific quest instance for the specified player
public QuestPlayer ( int questID, int playerID ) : System.Web.Mvc.ActionResult
questID int The id of the quest
playerID int The id of the player
리턴 System.Web.Mvc.ActionResult