C# Class SectionAttributes, verthex

Mostrar archivo Open project: austinblakeslee/verthex Class Usage Examples

Public Properties

Property Type Description
height int
material SectionMaterial,
maxSP int
myTower Tower,
sp int
weapon SectionWeapon,

Public Methods

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

Method Details

GetCost() public method

public GetCost ( ) : int
return int

GetWeight() public method

public GetWeight ( ) : int
return int

HasWeapon() public method

public HasWeapon ( ) : bool
return bool

IsOverloaded() public method

public IsOverloaded ( int stress ) : bool
stress int
return bool

Repair() public method

public Repair ( ) : void
return void

SectionAttributes() public method

public SectionAttributes ( SectionMaterial, newMat, SectionWeapon, newWeapon ) : System.Collections
newMat SectionMaterial,
newWeapon SectionWeapon,
return System.Collections

Property Details

height public_oe property

public int height
return int

material public_oe property

public SectionMaterial, material
return SectionMaterial,

maxSP public_oe property

public int maxSP
return int

myTower public_oe property

public Tower, myTower
return Tower,

sp public_oe property

public int sp
return int

weapon public_oe property

public SectionWeapon, weapon
return SectionWeapon,