C# Class LelBlanc.Extension

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

Méthodes publiques

Méthode Description
HasSpell ( string s ) : bool

Checks if the Player has the spell.

IsBeingE ( Obj_AI_Base target ) : bool

Checks to see if the target is being E'ed

IsMarked ( Obj_AI_Base target ) : bool

Contains the list of currently marked targets.

Checks to see if the target is being silenced

IsRootE ( Obj_AI_Base target ) : bool

Checks to see if target has been successfully rooted

LogicReturn ( bool w2 = false ) : bool

Checks if Player should use W to return.

Method Details

HasSpell() public static méthode

Checks if the Player has the spell.
public static HasSpell ( string s ) : bool
s string The Spell Name
Résultat bool

IsBeingE() public static méthode

Checks to see if the target is being E'ed
public static IsBeingE ( Obj_AI_Base target ) : bool
target Obj_AI_Base The Target
Résultat bool

IsMarked() public static méthode

Contains the list of currently marked targets. Checks to see if the target is being silenced
public static IsMarked ( Obj_AI_Base target ) : bool
target Obj_AI_Base The Target
Résultat bool

IsRootE() public static méthode

Checks to see if target has been successfully rooted
public static IsRootE ( Obj_AI_Base target ) : bool
target Obj_AI_Base
Résultat bool

LogicReturn() public static méthode

Checks if Player should use W to return.
public static LogicReturn ( bool w2 = false ) : bool
w2 bool
Résultat bool