Property | Type | Description |
---|
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 |
public static CheckForPercents ( Hero x ) : bool | ||
x | Hero | |
return | bool |
public static ClosestToMouse ( Hero source, float range = 600 ) : Hero | ||
source | Hero | |
range | float | |
return | Hero |
public static IsHeroEnableForRelocate ( string name ) : bool | ||
name | string | |
return | bool |
public static IsHeroEnableForTether ( string name ) : bool | ||
name | string | |
return | bool |
public static IsItemEnable ( string name ) : bool | ||
name | string | |
return | bool |