C# Class WarTornLands.Entities.Modules.Hit.DamageFlash

Inheritance: BaseModule, IHitModule
Mostrar archivo Open project: floAr/WarTornLands

Protected Properties

Property Type Description
_cInvulnerable string
_invulnerableDuration int

Public Methods

Method Description
Damage ( int damage ) : int
DamageFlash ( ) : System
DamageFlash ( DataRow data ) : System
IsFlashing ( ) : bool
SetOwner ( System.Entity owner ) : void

Private Methods

Method Description
OnBang ( object sender, BangEventArgs e ) : void

Method Details

Damage() public method

public Damage ( int damage ) : int
damage int
return int

DamageFlash() public method

public DamageFlash ( ) : System
return System

DamageFlash() public method

public DamageFlash ( DataRow data ) : System
data System.Data.DataRow
return System

IsFlashing() public method

public IsFlashing ( ) : bool
return bool

SetOwner() public method

public SetOwner ( System.Entity owner ) : void
owner System.Entity
return void

Property Details

_cInvulnerable protected_oe property

protected string _cInvulnerable
return string

_invulnerableDuration protected_oe property

protected int _invulnerableDuration
return int