C# Class OverlayInformation.ShowMeMore

ファイルを表示 Open project: JumpAttacker/EnsageSharp Class Usage Examples

Private Properties

Property Type Description
DrawForMirana void
DrawForWr void

Public Methods

Method Description
Draw ( EventArgs args ) : void
Entity_OnParticleEffectAdded ( System.Entity sender, ParticleEffectAddedEventArgs args ) : void
Flush ( ) : void
OnModifierAdded ( Unit sender, ModifierChangedEventArgs args ) : void
OnModifierRemoved ( Unit sender, ModifierChangedEventArgs args ) : void
ShowIllustion ( ) : void
ShowMeMoreSpells ( ) : void

Private Methods

Method Description
DrawForMirana ( Hero mirana, List Base ) : void
DrawForWr ( Hero v ) : void

Method Details

Draw() public static method

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

Entity_OnParticleEffectAdded() public static method

public static Entity_OnParticleEffectAdded ( System.Entity sender, ParticleEffectAddedEventArgs args ) : void
sender System.Entity
args ParticleEffectAddedEventArgs
return void

Flush() public static method

public static Flush ( ) : void
return void

OnModifierAdded() public static method

public static OnModifierAdded ( Unit sender, ModifierChangedEventArgs args ) : void
sender Unit
args ModifierChangedEventArgs
return void

OnModifierRemoved() public static method

public static OnModifierRemoved ( Unit sender, ModifierChangedEventArgs args ) : void
sender Unit
args ModifierChangedEventArgs
return void

ShowIllustion() public static method

public static ShowIllustion ( ) : void
return void

ShowMeMoreSpells() public static method

public static ShowMeMoreSpells ( ) : void
return void