C# Class SectionAttributes, verthex

Show file 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 property

public int height
return int

material public property

public SectionMaterial, material
return SectionMaterial,

maxSP public property

public int maxSP
return int

myTower public property

public Tower, myTower
return Tower,

sp public property

public int sp
return int

weapon public property

public SectionWeapon, weapon
return SectionWeapon,