C# Class redRiven.Riven

Afficher le fichier Open project: Enochen/EloBuddy Class Usage Examples

Méthodes publiques

Свойство Type Description
Menu Menu
Player AIHeroClient
Q Spell.Skillshot
QStacks int
W Spell.Active
WaitQ bool
mainTarget GameObject

Méthodes publiques

Méthode 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

Méthode Description
OnPlayAnimation ( Obj_AI_Base sender, GameObjectPlayAnimationEventArgs args ) : void

Method Details

CanR2() public static méthode

public static CanR2 ( ) : bool
Résultat bool

Cancel() public static méthode

public static Cancel ( ) : void
Résultat void

CreateMenu() public static méthode

public static CreateMenu ( ) : void
Résultat void

OnDraw() public static méthode

public static OnDraw ( EventArgs args ) : void
args System.EventArgs
Résultat void

OnGameLoad() public static méthode

public static OnGameLoad ( EventArgs args ) : void
args System.EventArgs
Résultat void

OnSpellCast() public static méthode

public static OnSpellCast ( GameObject sender, GameObjectProcessSpellCastEventArgs args ) : void
sender GameObject
args GameObjectProcessSpellCastEventArgs
Résultat void

OnUpdate() public static méthode

public static OnUpdate ( EventArgs args ) : void
args System.EventArgs
Résultat void

RState() public static méthode

public static RState ( ) : bool
Résultat bool

SetupQ() public static méthode

public static SetupQ ( GameObject tar ) : void
tar GameObject
Résultat void

Property Details

Menu public_oe static_oe property

public static Menu Menu
Résultat Menu

Player public_oe static_oe property

public static AIHeroClient Player
Résultat AIHeroClient

Q public_oe static_oe property

public static Spell.Skillshot Q
Résultat Spell.Skillshot

QStacks public_oe static_oe property

public static int QStacks
Résultat int

W public_oe static_oe property

public static Spell.Active W
Résultat Spell.Active

WaitQ public_oe static_oe property

public static bool WaitQ
Résultat bool

mainTarget public_oe static_oe property

public static GameObject mainTarget
Résultat GameObject