C# Class spaceconquest.Carrier

Inheritance: Warship
Datei anzeigen Open project: cclay/spaceconquest Class Usage Examples

Public Methods

Method Description
Carrier ( ShipType st ) : System
GetLoad ( ) : int
LoadShip ( Ship s ) : System.Boolean
UnloadAll ( ) : System.Boolean
UnloadShip ( Ship s ) : System.Boolean
kill ( ) : void
upkeep ( ) : void

Method Details

Carrier() public method

public Carrier ( ShipType st ) : System
st ShipType
return System

GetLoad() public method

public GetLoad ( ) : int
return int

LoadShip() public method

public LoadShip ( Ship s ) : System.Boolean
s Ship
return System.Boolean

UnloadAll() public method

public UnloadAll ( ) : System.Boolean
return System.Boolean

UnloadShip() public method

public UnloadShip ( Ship s ) : System.Boolean
s Ship
return System.Boolean

kill() public method

public kill ( ) : void
return void

upkeep() public method

public upkeep ( ) : void
return void