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

Inheritance: BaseModule, IHitModule
Afficher le fichier Open project: floAr/WarTornLands

Protected Properties

Свойство Type Description
_cInvulnerable string
_invulnerableDuration int

Méthodes publiques

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

Private Methods

Méthode Description
OnBang ( object sender, BangEventArgs e ) : void

Method Details

Damage() public méthode

public Damage ( int damage ) : int
damage int
Résultat int

DamageFlash() public méthode

public DamageFlash ( ) : System
Résultat System

DamageFlash() public méthode

public DamageFlash ( DataRow data ) : System
data System.Data.DataRow
Résultat System

IsFlashing() public méthode

public IsFlashing ( ) : bool
Résultat bool

SetOwner() public méthode

public SetOwner ( System.Entity owner ) : void
owner System.Entity
Résultat void

Property Details

_cInvulnerable protected_oe property

protected string _cInvulnerable
Résultat string

_invulnerableDuration protected_oe property

protected int _invulnerableDuration
Résultat int