C# Class DZAwarenessAIO.Modules.Ping.RecallTrackerBase

The RecallTrackerBase class Drawings taken from BaseUlt3 - All credits to Beaving.
Inheritance: ModuleBase
Mostrar archivo Open project: DZ191/LeagueSharp

Public Properties

Property Type Description
EnemyInfo List

Public Methods

Method Description
CreateMenu ( ) : void

Creates the menu.

DrawRect ( float x, float y, int width, int height, float thickness, System color ) : void
GetModuleType ( ) : ModuleTypes

Gets the type of the module.

InitEvents ( ) : void

Initializes the events.

OnTick ( ) : void

Called On Update

ShouldRun ( ) : bool

Shoulds the module run.

Private Methods

Method Description
OnDraw ( EventArgs args ) : void

Raises the E:Draw event.

Method Details

CreateMenu() public method

Creates the menu.
public CreateMenu ( ) : void
return void

DrawRect() public method

public DrawRect ( float x, float y, int width, int height, float thickness, System color ) : void
x float
y float
width int
height int
thickness float
color System
return void

GetModuleType() public method

Gets the type of the module.
public GetModuleType ( ) : ModuleTypes
return ModuleTypes

InitEvents() public method

Initializes the events.
public InitEvents ( ) : void
return void

OnTick() public method

Called On Update
public OnTick ( ) : void
return void

ShouldRun() public method

Shoulds the module run.
public ShouldRun ( ) : bool
return bool

Property Details

EnemyInfo public_oe property

public List EnemyInfo
return List