Method | 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
|
Method | Description | |
---|---|---|
Track ( int id ) : System.Boolean | ||
Untrack ( int id ) : System.Boolean |
public Index ( ) : System.Web.Mvc.ActionResult | ||
return | System.Web.Mvc.ActionResult |
public IndividualQuest ( int id ) : System.Web.Mvc.ActionResult | ||
id | int | The id of the quest |
return | System.Web.Mvc.ActionResult |
public QuestPlayer ( int questID, int playerID ) : System.Web.Mvc.ActionResult | ||
questID | int | The id of the quest |
playerID | int | The id of the player |
return | System.Web.Mvc.ActionResult |