C# 클래스 Xerath.SpellManager

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

공개 메소드들

메소드 설명
CastOnBestTarget ( this spell ) : bool
GetColor ( this spell ) : Color
GetTarget ( this spell ) : AIHeroClient
Initialize ( ) : void
IsEnabled ( this spell, Orbwalker mode ) : bool
IsEnabledAndReady ( this spell, Orbwalker mode ) : bool

비공개 메소드들

메소드 설명
OnKeyUp ( Messages args ) : void
OnProcessSpellCast ( Obj_AI_Base sender, GameObjectProcessSpellCastEventArgs args ) : void
OnTick ( EventArgs args ) : void
ToArgb ( this color, byte a ) : Color

메소드 상세

CastOnBestTarget() 공개 정적인 메소드

public static CastOnBestTarget ( this spell ) : bool
spell this
리턴 bool

GetColor() 공개 정적인 메소드

public static GetColor ( this spell ) : Color
spell this
리턴 Color

GetTarget() 공개 정적인 메소드

public static GetTarget ( this spell ) : AIHeroClient
spell this
리턴 AIHeroClient

Initialize() 공개 정적인 메소드

public static Initialize ( ) : void
리턴 void

IsEnabled() 공개 정적인 메소드

public static IsEnabled ( this spell, Orbwalker mode ) : bool
spell this
mode Orbwalker
리턴 bool

IsEnabledAndReady() 공개 정적인 메소드

public static IsEnabledAndReady ( this spell, Orbwalker mode ) : bool
spell this
mode Orbwalker
리턴 bool