Méthode | Description | |
---|---|---|
Index ( ) : System.Web.Mvc.ActionResult |
Handles the home page of the Achievements section
|
|
IndividualAchievement ( int id, int playerID ) : System.Web.Mvc.ActionResult |
Handles an individual achievement's page
|
Méthode | Description | |
---|---|---|
AddAchievementStoryText ( int instanceID, String text ) : System.Boolean | ||
ManageAchievementStory ( int instanceID, string storyText = null, System.Web.HttpPostedFileBase storyImage = null ) : System.Web.Mvc.ActionResult | ||
UserSubmission ( int achievementID, string type, string text = null, System.Web.HttpPostedFileBase image = null, string url = null ) : System.Boolean |
public Index ( ) : System.Web.Mvc.ActionResult | ||
Résultat | System.Web.Mvc.ActionResult |
public IndividualAchievement ( int id, int playerID ) : System.Web.Mvc.ActionResult | ||
id | int | The id of the achievement |
playerID | int | |
Résultat | System.Web.Mvc.ActionResult |