C# Class TheSupport.ModeHandler.SpellUsage

Afficher le fichier Open project: Hellsing/EloBuddy-Addons

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
CanUseSpell ( ) : bool
CastSpell ( Orbwalker activeMode ) : bool
SpellUsage ( string name, Spell spell, DamageType damageType, Func preCondition, bool>.Func heroCondition, bool>.Func minionCondition, HitChance hitChance, bool checkTarget ) : System

Method Details

CanUseSpell() public méthode

public CanUseSpell ( ) : bool
Résultat bool

CastSpell() public méthode

public CastSpell ( Orbwalker activeMode ) : bool
activeMode Orbwalker
Résultat bool

SpellUsage() public méthode

public SpellUsage ( string name, Spell spell, DamageType damageType, Func preCondition, bool>.Func heroCondition, bool>.Func minionCondition, HitChance hitChance, bool checkTarget ) : System
name string
spell Spell
damageType DamageType
preCondition Func
heroCondition bool>.Func
minionCondition bool>.Func
hitChance HitChance
checkTarget bool
Résultat System