C# Class spaceconquest.Warship

Inheritance: Ship
Afficher le fichier Open project: cclay/spaceconquest Class Usage Examples

Protected Properties

Свойство Type Description
damage int
firingpercent int
range int

Méthodes publiques

Méthode Description
Attack ( Unit u ) : void
Draw ( Microsoft world, Microsoft view, Microsoft projection ) : void
GetRange ( ) : int
GetShootable ( ) : List
Warship ( ShipType st ) : System

Private Methods

Méthode Description
Shootable ( HashSet hexes, Hex3D h, int r ) : void

Method Details

Attack() public méthode

public Attack ( Unit u ) : void
u Unit
Résultat void

Draw() public méthode

public Draw ( Microsoft world, Microsoft view, Microsoft projection ) : void
world Microsoft
view Microsoft
projection Microsoft
Résultat void

GetRange() public méthode

public GetRange ( ) : int
Résultat int

GetShootable() public méthode

public GetShootable ( ) : List
Résultat List

Warship() public méthode

public Warship ( ShipType st ) : System
st ShipType
Résultat System

Property Details

damage protected_oe property

protected int damage
Résultat int

firingpercent protected_oe property

protected int firingpercent
Résultat int

range protected_oe property

protected int range
Résultat int