C# 클래스 PandaTeemoReborn.EventManager

파일 보기 프로젝트 열기: KarmaPanda/EloBuddy

공개 메소드들

메소드 설명
Loading_OnLoadingComplete ( EventArgs args ) : void

Called when the game finishes loading.

비공개 메소드들

메소드 설명
Drawing_OnDraw ( EventArgs args ) : void

Called when the game draws.

GameObject_OnCreate ( GameObject sender, EventArgs args ) : void

Called when a Object is Created

Gapcloser_OnGapcloser ( AIHeroClient sender, Gapcloser e ) : void

Called when a Gapcloser is avaliable.

Interrupter_OnInterruptableSpell ( Obj_AI_Base sender, Interrupter e ) : void

Called when a Spell is Interruptable

Obj_AI_Base_OnProcessSpellCast ( Obj_AI_Base sender, GameObjectProcessSpellCastEventArgs args ) : void

Called when a spell is casted.

Orbwalker_JungleClear_OnPostAttack ( AttackableUnit target, EventArgs args ) : void

Called after Orbwalker attacks

Orbwalker_LaneClear_OnPostAttack ( AttackableUnit target, EventArgs args ) : void

Called after Orbwalker attacks

Orbwalker_OnPostAttack ( AttackableUnit target, EventArgs args ) : void

Called after Orbwalker attacks

메소드 상세

Loading_OnLoadingComplete() 공개 정적인 메소드

Called when the game finishes loading.
public static Loading_OnLoadingComplete ( EventArgs args ) : void
args System.EventArgs
리턴 void