C# Class AkaCore.Features.Orbwalk.AutoCatch.Events

Inheritance: IModule
Exibir arquivo Open project: Kysamaa/EloBuddy

Public Methods

Method Description
GetModuleType ( ) : ModuleType
OnExecute ( ) : void
OnLoad ( ) : void
ShouldGetExecuted ( ) : bool

Private Methods

Method Description
Drawing_OnDraw ( EventArgs args ) : void
GameObject_OnCreate ( GameObject sender, EventArgs args ) : void
GameObject_OnDelete ( GameObject sender, EventArgs args ) : void
Game_OnUpdate ( EventArgs args ) : void
Obj_AI_Base_OnNewPath ( Obj_AI_Base sender, GameObjectNewPathEventArgs args ) : void

Method Details

GetModuleType() public method

public GetModuleType ( ) : ModuleType
return ModuleType

OnExecute() public method

public OnExecute ( ) : void
return void

OnLoad() public method

public OnLoad ( ) : void
return void

ShouldGetExecuted() public method

public ShouldGetExecuted ( ) : bool
return bool