C# Class DZAIO_Reborn.Plugins.Champions.Diana.Diana

Inheritance: IChampion
Exibir arquivo Open project: DZ191/LeagueSharp

Private Properties

Property Type Description
HasQBuff bool
OnDash void
OnGapcloser void
OnInterrupter void

Public Methods

Method Description
GetComboDamage ( Obj_AI_Hero Target ) : double
GetModules ( ) : List
GetSpells ( ) : Spell>.Dictionary
OnCombo ( ) : void
OnLaneclear ( ) : void
OnLastHit ( ) : void
OnLoad ( LeagueSharp.Common.Menu menu ) : void
OnMixed ( ) : void
OnTick ( ) : void
QR ( Obj_AI_Hero target ) : void
RegisterEvents ( ) : void

Private Methods

Method Description
HasQBuff ( Obj_AI_Base target ) : bool
OnDash ( Obj_AI_Base sender, LeagueSharp.Common.Dash args ) : void
OnGapcloser ( DZLib gapcloser ) : void
OnInterrupter ( Obj_AI_Hero sender, DZInterrupter args ) : void

Method Details

GetComboDamage() public method

public GetComboDamage ( Obj_AI_Hero Target ) : double
Target Obj_AI_Hero
return double

GetModules() public method

public GetModules ( ) : List
return List

GetSpells() public method

public GetSpells ( ) : Spell>.Dictionary
return Spell>.Dictionary

OnCombo() public method

public OnCombo ( ) : void
return void

OnLaneclear() public method

public OnLaneclear ( ) : void
return void

OnLastHit() public method

public OnLastHit ( ) : void
return void

OnLoad() public method

public OnLoad ( LeagueSharp.Common.Menu menu ) : void
menu LeagueSharp.Common.Menu
return void

OnMixed() public method

public OnMixed ( ) : void
return void

OnTick() public method

public OnTick ( ) : void
return void

QR() public method

public QR ( Obj_AI_Hero target ) : void
target Obj_AI_Hero
return void

RegisterEvents() public method

public RegisterEvents ( ) : void
return void