C# Class Evolution_War.Cannon

Inheritance: Gun
ファイルを表示 Open project: jonathandlo/Evolution_War Class Usage Examples

Public Properties

Property Type Description
Damage System.Int32
Delay System.Int32
HomingAngle System.Int32
MultiGuns System.Int32
Speed Double

Protected Properties

Property Type Description
FireQueue List
GunIndexQueue List
basicShotAvailableFrame System.Int64

Public Methods

Method Description
Cannon ( Ship pOwner ) : System
ShootResiduals ( ) : void
TryShoot ( ) : void

Method Details

Cannon() public method

public Cannon ( Ship pOwner ) : System
pOwner Ship
return System

ShootResiduals() public method

public ShootResiduals ( ) : void
return void

TryShoot() public method

public TryShoot ( ) : void
return void

Property Details

Damage public_oe property

public Int32,System Damage
return System.Int32

Delay public_oe property

public Int32,System Delay
return System.Int32

FireQueue protected_oe property

protected List FireQueue
return List

GunIndexQueue protected_oe property

protected List GunIndexQueue
return List

HomingAngle public_oe property

public Int32,System HomingAngle
return System.Int32

MultiGuns public_oe property

public Int32,System MultiGuns
return System.Int32

Speed public_oe property

public Double Speed
return Double

basicShotAvailableFrame protected_oe property

protected Int64,System basicShotAvailableFrame
return System.Int64