C# Class redRiven.Riven

Mostrar archivo Open project: Enochen/EloBuddy Class Usage Examples

Public Properties

Property Type Description
Menu Menu
Player AIHeroClient
Q Spell.Skillshot
QStacks int
W Spell.Active
WaitQ bool
mainTarget GameObject

Public Methods

Method Description
CanR2 ( ) : bool
Cancel ( ) : void
CreateMenu ( ) : void
OnDraw ( EventArgs args ) : void
OnGameLoad ( EventArgs args ) : void
OnSpellCast ( GameObject sender, GameObjectProcessSpellCastEventArgs args ) : void
OnUpdate ( EventArgs args ) : void
RState ( ) : bool
SetupQ ( GameObject tar ) : void

Private Methods

Method Description
OnPlayAnimation ( Obj_AI_Base sender, GameObjectPlayAnimationEventArgs args ) : void

Method Details

CanR2() public static method

public static CanR2 ( ) : bool
return bool

Cancel() public static method

public static Cancel ( ) : void
return void

CreateMenu() public static method

public static CreateMenu ( ) : void
return void

OnDraw() public static method

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

OnGameLoad() public static method

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

OnSpellCast() public static method

public static OnSpellCast ( GameObject sender, GameObjectProcessSpellCastEventArgs args ) : void
sender GameObject
args GameObjectProcessSpellCastEventArgs
return void

OnUpdate() public static method

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

RState() public static method

public static RState ( ) : bool
return bool

SetupQ() public static method

public static SetupQ ( GameObject tar ) : void
tar GameObject
return void

Property Details

Menu public_oe static_oe property

public static Menu Menu
return Menu

Player public_oe static_oe property

public static AIHeroClient Player
return AIHeroClient

Q public_oe static_oe property

public static Spell.Skillshot Q
return Spell.Skillshot

QStacks public_oe static_oe property

public static int QStacks
return int

W public_oe static_oe property

public static Spell.Active W
return Spell.Active

WaitQ public_oe static_oe property

public static bool WaitQ
return bool

mainTarget public_oe static_oe property

public static GameObject mainTarget
return GameObject