C# Class LelBlanc.Extension

Show file Open project: KarmaPanda/EloBuddy Class Usage Examples

Public Methods

Method 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 method

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

IsBeingE() public static method

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

IsMarked() public static method

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
return bool

IsRootE() public static method

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

LogicReturn() public static method

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