메소드 | 설명 | |
---|---|---|
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 |
public IndividualQuest ( int id ) : System.Web.Mvc.ActionResult | ||
id | int | The id of the quest |
리턴 | 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 |
리턴 | System.Web.Mvc.ActionResult |