Property | Type | Description | |
---|---|---|---|
AddErrorMessage | void | ||
Create | System.Web.Mvc.ActionResult | ||
Initalize | void | ||
LoadMessages | void | ||
Send | string |
Method | Description | |
---|---|---|
BuildBase ( int id ) : System.Web.Mvc.ActionResult | ||
BuildShip ( int id ) : System.Web.Mvc.ActionResult | ||
Create ( ) : System.Web.Mvc.ActionResult | ||
Error ( string message ) : System.Web.Mvc.ActionResult | ||
FireBeam ( int id, int bank, int targetId, BeamType type ) : System.Web.Mvc.ActionResult | ||
Index ( int id = -1 ) : System.Web.Mvc.ActionResult | ||
Invite ( int id, string inviteEmail ) : System.Web.Mvc.ActionResult | ||
Join ( int id ) : System.Web.Mvc.ActionResult | ||
LaunchProjectile ( int id, int tube, int targetId ) : System.Web.Mvc.ActionResult | ||
LoadProjectile ( int id, int tube, ProjectileType type ) : System.Web.Mvc.ActionResult | ||
Local ( int id = -1 ) : System.Web.Mvc.ActionResult | ||
Quit ( int id ) : System.Web.Mvc.ActionResult | ||
SelectShip ( int id, int defaultShipNumber, string name ) : string | ||
SelectStation ( int id, Station station ) : string | ||
SendCommand ( int id, int targetId, Command command ) : System.Web.Mvc.ActionResult | ||
SetCoolantLevel ( int id, string part, int amount ) : System.Web.Mvc.ActionResult | ||
SetDesiredHeading ( int id, float amount ) : System.Web.Mvc.ActionResult | ||
SetDesiredSpeed ( int id, int amount ) : System.Web.Mvc.ActionResult | ||
SetImpulse ( int id, int amount ) : string | ||
SetMainScreen ( int id, MainView view ) : System.Web.Mvc.ActionResult | ||
SetPower ( int id, string part, float amount ) : System.Web.Mvc.ActionResult | ||
SetRepairTarget ( int id, string part ) : System.Web.Mvc.ActionResult | ||
Start ( int id ) : System.Web.Mvc.ActionResult | ||
ToggleAlert ( int id ) : System.Web.Mvc.ActionResult | ||
ToggleShields ( int id ) : System.Web.Mvc.ActionResult |
Method | Description | |
---|---|---|
AddErrorMessage ( string errorMessage ) : void | ||
Create ( |
||
Initalize ( int id ) : void | ||
LoadMessages ( ) : void | ||
Send ( int id, string message ) : string |
public BuildBase ( int id ) : System.Web.Mvc.ActionResult | ||
id | int | |
return | System.Web.Mvc.ActionResult |
public BuildShip ( int id ) : System.Web.Mvc.ActionResult | ||
id | int | |
return | System.Web.Mvc.ActionResult |
public Create ( ) : System.Web.Mvc.ActionResult | ||
return | System.Web.Mvc.ActionResult |
public Error ( string message ) : System.Web.Mvc.ActionResult | ||
message | string | |
return | System.Web.Mvc.ActionResult |
public FireBeam ( int id, int bank, int targetId, BeamType type ) : System.Web.Mvc.ActionResult | ||
id | int | |
bank | int | |
targetId | int | |
type | BeamType | |
return | System.Web.Mvc.ActionResult |
public Index ( int id = -1 ) : System.Web.Mvc.ActionResult | ||
id | int | |
return | System.Web.Mvc.ActionResult |
public Invite ( int id, string inviteEmail ) : System.Web.Mvc.ActionResult | ||
id | int | |
inviteEmail | string | |
return | System.Web.Mvc.ActionResult |
public Join ( int id ) : System.Web.Mvc.ActionResult | ||
id | int | |
return | System.Web.Mvc.ActionResult |
public LaunchProjectile ( int id, int tube, int targetId ) : System.Web.Mvc.ActionResult | ||
id | int | |
tube | int | |
targetId | int | |
return | System.Web.Mvc.ActionResult |
public LoadProjectile ( int id, int tube, ProjectileType type ) : System.Web.Mvc.ActionResult | ||
id | int | |
tube | int | |
type | ProjectileType | |
return | System.Web.Mvc.ActionResult |
public Local ( int id = -1 ) : System.Web.Mvc.ActionResult | ||
id | int | |
return | System.Web.Mvc.ActionResult |
public Quit ( int id ) : System.Web.Mvc.ActionResult | ||
id | int | |
return | System.Web.Mvc.ActionResult |
public SelectShip ( int id, int defaultShipNumber, string name ) : string | ||
id | int | |
defaultShipNumber | int | |
name | string | |
return | string |
public SelectStation ( int id, Station station ) : string | ||
id | int | |
station | Station | |
return | string |
public SendCommand ( int id, int targetId, Command command ) : System.Web.Mvc.ActionResult | ||
id | int | |
targetId | int | |
command | Command | |
return | System.Web.Mvc.ActionResult |
public SetCoolantLevel ( int id, string part, int amount ) : System.Web.Mvc.ActionResult | ||
id | int | |
part | string | |
amount | int | |
return | System.Web.Mvc.ActionResult |
public SetDesiredHeading ( int id, float amount ) : System.Web.Mvc.ActionResult | ||
id | int | |
amount | float | |
return | System.Web.Mvc.ActionResult |
public SetDesiredSpeed ( int id, int amount ) : System.Web.Mvc.ActionResult | ||
id | int | |
amount | int | |
return | System.Web.Mvc.ActionResult |
public SetImpulse ( int id, int amount ) : string | ||
id | int | |
amount | int | |
return | string |
public SetMainScreen ( int id, MainView view ) : System.Web.Mvc.ActionResult | ||
id | int | |
view | MainView | |
return | System.Web.Mvc.ActionResult |
public SetPower ( int id, string part, float amount ) : System.Web.Mvc.ActionResult | ||
id | int | |
part | string | |
amount | float | |
return | System.Web.Mvc.ActionResult |
public SetRepairTarget ( int id, string part ) : System.Web.Mvc.ActionResult | ||
id | int | |
part | string | |
return | System.Web.Mvc.ActionResult |
public Start ( int id ) : System.Web.Mvc.ActionResult | ||
id | int | |
return | System.Web.Mvc.ActionResult |
public ToggleAlert ( int id ) : System.Web.Mvc.ActionResult | ||
id | int | |
return | System.Web.Mvc.ActionResult |
public ToggleShields ( int id ) : System.Web.Mvc.ActionResult | ||
id | int | |
return | System.Web.Mvc.ActionResult |