C# Class JustPressPlay.Controllers.QuestsController

Inheritance: Controller
Afficher le fichier Open project: RIT-MAGIC/JustPressPlay

Méthodes publiques

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

Private Methods

Méthode Description
Track ( int id ) : System.Boolean
Untrack ( int id ) : System.Boolean

Method Details

Index() public méthode

The list of all quests
public Index ( ) : System.Web.Mvc.ActionResult
Résultat System.Web.Mvc.ActionResult

IndividualQuest() public méthode

An individual quest page
public IndividualQuest ( int id ) : System.Web.Mvc.ActionResult
id int The id of the quest
Résultat System.Web.Mvc.ActionResult

QuestPlayer() public méthode

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
Résultat System.Web.Mvc.ActionResult