C# Class Wisp_Annihilation.Helper

Exibir arquivo Open project: JumpAttacker/EnsageSharp

Private Properties

Property Type Description

Public Methods

Method Description
CheckForPercents ( Hero x ) : bool
ClosestToMouse ( Hero source, float range = 600 ) : Hero
IsHeroEnableForRelocate ( string name ) : bool
IsHeroEnableForTether ( string name ) : bool
IsItemEnable ( string name ) : bool

Method Details

CheckForPercents() public static method

public static CheckForPercents ( Hero x ) : bool
x Hero
return bool

ClosestToMouse() public static method

public static ClosestToMouse ( Hero source, float range = 600 ) : Hero
source Hero
range float
return Hero

IsHeroEnableForRelocate() public static method

public static IsHeroEnableForRelocate ( string name ) : bool
name string
return bool

IsHeroEnableForTether() public static method

public static IsHeroEnableForTether ( string name ) : bool
name string
return bool

IsItemEnable() public static method

public static IsItemEnable ( string name ) : bool
name string
return bool