C# Class cleanLayer.Library.Combat.Brain

Afficher le fichier Open project: Vipeax/cleanLayer Class Usage Examples

Private Properties

Свойство Type Description
HandleCombatEvents void

Méthodes publiques

Méthode Description
Brain ( ) : System
OnEnterCombat ( ) : void
OnExitCombat ( ) : void
Pull ( WoWUnit unit ) : void
Pulse ( ) : void
Rest ( ) : void
SelectTargets ( ) : void
Sleep ( int ms ) : void
ToString ( ) : string

Méthodes protégées

Méthode Description
AddAction ( ActionBase action ) : void
OnAfterAction ( ActionBase action ) : void
OnBeforeAction ( ActionBase action ) : void

Private Methods

Méthode Description
HandleCombatEvents ( string ev, List args ) : void

Method Details

AddAction() protected méthode

protected AddAction ( ActionBase action ) : void
action ActionBase
Résultat void

Brain() public méthode

public Brain ( ) : System
Résultat System

OnAfterAction() protected abstract méthode

protected abstract OnAfterAction ( ActionBase action ) : void
action ActionBase
Résultat void

OnBeforeAction() protected abstract méthode

protected abstract OnBeforeAction ( ActionBase action ) : void
action ActionBase
Résultat void

OnEnterCombat() public méthode

public OnEnterCombat ( ) : void
Résultat void

OnExitCombat() public méthode

public OnExitCombat ( ) : void
Résultat void

Pull() public méthode

public Pull ( WoWUnit unit ) : void
unit cleanCore.WoWUnit
Résultat void

Pulse() public méthode

public Pulse ( ) : void
Résultat void

Rest() public méthode

public Rest ( ) : void
Résultat void

SelectTargets() public méthode

public SelectTargets ( ) : void
Résultat void

Sleep() public méthode

public Sleep ( int ms ) : void
ms int
Résultat void

ToString() public méthode

public ToString ( ) : string
Résultat string