C# Class TwistedFate.CardSelector

显示文件 Open project: blm95/LeagueSharp2 Class Usage Examples

Public Properties

Property Type Description
LastSendWSent int
LastWSent int
Select Cards

Public Methods

Method Description
StartSelecting ( Cards card ) : void

Private Methods

Method Description
CardSelector ( ) : System
Game_OnGameUpdate ( EventArgs args ) : void
Obj_AI_Hero_OnProcessSpellCast ( Obj_AI_Base sender, GameObjectProcessSpellCastEventArgs args ) : void
SendWPacket ( ) : void

Method Details

StartSelecting() public static method

public static StartSelecting ( Cards card ) : void
card Cards
return void

Property Details

LastSendWSent public_oe static_oe property

public static int LastSendWSent
return int

LastWSent public_oe static_oe property

public static int LastWSent
return int

Select public_oe static_oe property

public static Cards Select
return Cards