Méthode | Description | |
---|---|---|
Create ( string name, string myemail, string opponentemail ) : System.Web.Mvc.JsonResult | ||
GetTargetZone ( ) : System.Web.Mvc.JsonResult | ||
Index ( ) : System.Web.Mvc.ActionResult | ||
IsItMyTurn ( ) : System.Web.Mvc.JsonResult | ||
JoinGame ( string gameId, string email ) : System.Web.Mvc.ActionResult | ||
NewGame ( ) : System.Web.Mvc.ActionResult |
Méthode | Description | |
---|---|---|
ConvertGeoDistanceToMeters ( GeoCoordinate center, double geodistance ) : double | ||
GetRandomCenter ( ) : GeoCoordinate | ||
SendEmail ( string gameId, string email ) : void | ||
Shoot ( double latitude, double longitude ) : System.Web.Mvc.JsonResult |
public Create ( string name, string myemail, string opponentemail ) : System.Web.Mvc.JsonResult | ||
name | string | |
myemail | string | |
opponentemail | string | |
Résultat | System.Web.Mvc.JsonResult |
public GetTargetZone ( ) : System.Web.Mvc.JsonResult | ||
Résultat | System.Web.Mvc.JsonResult |
public Index ( ) : System.Web.Mvc.ActionResult | ||
Résultat | System.Web.Mvc.ActionResult |
public IsItMyTurn ( ) : System.Web.Mvc.JsonResult | ||
Résultat | System.Web.Mvc.JsonResult |
public JoinGame ( string gameId, string email ) : System.Web.Mvc.ActionResult | ||
gameId | string | |
string | ||
Résultat | System.Web.Mvc.ActionResult |
public NewGame ( ) : System.Web.Mvc.ActionResult | ||
Résultat | System.Web.Mvc.ActionResult |