C# 클래스 TheSupport.ModeHandler.SpellUsage

파일 보기 프로젝트 열기: Hellsing/EloBuddy-Addons

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
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

메소드 상세

CanUseSpell() 공개 메소드

public CanUseSpell ( ) : bool
리턴 bool

CastSpell() 공개 메소드

public CastSpell ( Orbwalker activeMode ) : bool
activeMode Orbwalker
리턴 bool

SpellUsage() 공개 메소드

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
리턴 System