C# Class SectionAttributes, verthex

Afficher le fichier Open project: austinblakeslee/verthex Class Usage Examples

Méthodes publiques

Свойство Type Description
height int
material SectionMaterial,
maxSP int
myTower Tower,
sp int
weapon SectionWeapon,

Méthodes publiques

Méthode Description
GetCost ( ) : int
GetWeight ( ) : int
HasWeapon ( ) : bool
IsOverloaded ( int stress ) : bool
Repair ( ) : void
SectionAttributes ( SectionMaterial, newMat, SectionWeapon, newWeapon ) : System.Collections

Method Details

GetCost() public méthode

public GetCost ( ) : int
Résultat int

GetWeight() public méthode

public GetWeight ( ) : int
Résultat int

HasWeapon() public méthode

public HasWeapon ( ) : bool
Résultat bool

IsOverloaded() public méthode

public IsOverloaded ( int stress ) : bool
stress int
Résultat bool

Repair() public méthode

public Repair ( ) : void
Résultat void

SectionAttributes() public méthode

public SectionAttributes ( SectionMaterial, newMat, SectionWeapon, newWeapon ) : System.Collections
newMat SectionMaterial,
newWeapon SectionWeapon,
Résultat System.Collections

Property Details

height public_oe property

public int height
Résultat int

material public_oe property

public SectionMaterial, material
Résultat SectionMaterial,

maxSP public_oe property

public int maxSP
Résultat int

myTower public_oe property

public Tower, myTower
Résultat Tower,

sp public_oe property

public int sp
Résultat int

weapon public_oe property

public SectionWeapon, weapon
Résultat SectionWeapon,