C# Class SpellNamesandSlots.Program

Mostrar archivo Open project: blm95/LeagueSharp2

Public Properties

Property Type Description
alldmg double
alldmg float
calcdmg double>.Dictionary
calcdmg2 double>.Dictionary
dmgnow double
drawDanger bool
heroesinrange List
longestspell float
menu LeagueSharp.Common.Menu
mycost double
mydmg double
mylongestspell float
soondmg double
spellData SpellSlot>.Dictionary
spells string[]
target Obj_AI_Base
theircost double

Public Methods

Method Description
Game_OnGameLoad ( EventArgs args ) : void

Private Methods

Method Description
Drawing_OnEndScene ( EventArgs args ) : void
Game_OnGameUpdate ( EventArgs args ) : void
Game_ProcessSpell ( Obj_AI_Base hero, GameObjectProcessSpellCastEventArgs args ) : void
Main ( string args ) : void

Method Details

Game_OnGameLoad() public static method

public static Game_OnGameLoad ( EventArgs args ) : void
args System.EventArgs
return void

Property Details

alldmg public_oe static_oe property

public static double alldmg
return double

alldmg public_oe static_oe property

public static float alldmg
return float

calcdmg public_oe static_oe property

public static Dictionary calcdmg
return double>.Dictionary

calcdmg2 public_oe static_oe property

public static Dictionary calcdmg2
return double>.Dictionary

dmgnow public_oe static_oe property

public static double dmgnow
return double

drawDanger public_oe static_oe property

public static bool drawDanger
return bool

heroesinrange public_oe static_oe property

public static List heroesinrange
return List

longestspell public_oe static_oe property

public static float longestspell
return float

menu public_oe static_oe property

public static Menu,LeagueSharp.Common menu
return LeagueSharp.Common.Menu

mycost public_oe static_oe property

public static double mycost
return double

mydmg public_oe static_oe property

public static double mydmg
return double

mylongestspell public_oe static_oe property

public static float mylongestspell
return float

soondmg public_oe static_oe property

public static double soondmg
return double

spellData public_oe static_oe property

public static Dictionary spellData
return SpellSlot>.Dictionary

spells public_oe static_oe property

public static string[] spells
return string[]

target public_oe static_oe property

public static Obj_AI_Base target
return Obj_AI_Base

theircost public_oe static_oe property

public static double theircost
return double