C# Class SFXUtility.Class.Utilities

Show file Open project: Smokyfox/LeagueSharp

Public Methods

Method Description
AddItems ( this menu, List menuItems ) : void
DrawCross ( System.Vector2 pos, float size, float thickness, System.Drawing.Color color ) : void
DrawTextCentered ( System.Vector2 pos, System.Drawing.Color color, string content ) : void
GetMd5 ( string content ) : string
GetNearestMinionByNames ( System.Vector3 pos, string names ) : Obj_AI_Minion
HasItem ( this hero, int id ) : bool
HealthPercentage ( this hero ) : float
HexConverter ( SharpDX color ) : string
IsBetween ( int start, int end, int value ) : bool
IsBuffActive ( this hero, string buffName ) : bool
IsFileLocked ( string filePath ) : bool
IsOnScreen ( System.Vector2 start, System.Vector2 end ) : bool
IsOnScreen ( this obj ) : bool
IsOnScreen ( this obj, float radius ) : bool
ManaPercentage ( this hero ) : float

Method Details

AddItems() public static method

public static AddItems ( this menu, List menuItems ) : void
menu this
menuItems List
return void

DrawCross() public static method

public static DrawCross ( System.Vector2 pos, float size, float thickness, System.Drawing.Color color ) : void
pos System.Vector2
size float
thickness float
color System.Drawing.Color
return void

DrawTextCentered() public static method

public static DrawTextCentered ( System.Vector2 pos, System.Drawing.Color color, string content ) : void
pos System.Vector2
color System.Drawing.Color
content string
return void

GetMd5() public static method

public static GetMd5 ( string content ) : string
content string
return string

GetNearestMinionByNames() public static method

public static GetNearestMinionByNames ( System.Vector3 pos, string names ) : Obj_AI_Minion
pos System.Vector3
names string
return Obj_AI_Minion

HasItem() public static method

public static HasItem ( this hero, int id ) : bool
hero this
id int
return bool

HealthPercentage() public static method

public static HealthPercentage ( this hero ) : float
hero this
return float

HexConverter() public static method

public static HexConverter ( SharpDX color ) : string
color SharpDX
return string

IsBetween() public static method

public static IsBetween ( int start, int end, int value ) : bool
start int
end int
value int
return bool

IsBuffActive() public static method

public static IsBuffActive ( this hero, string buffName ) : bool
hero this
buffName string
return bool

IsFileLocked() public static method

public static IsFileLocked ( string filePath ) : bool
filePath string
return bool

IsOnScreen() public static method

public static IsOnScreen ( System.Vector2 start, System.Vector2 end ) : bool
start System.Vector2
end System.Vector2
return bool

IsOnScreen() public static method

public static IsOnScreen ( this obj ) : bool
obj this
return bool

IsOnScreen() public static method

public static IsOnScreen ( this obj, float radius ) : bool
obj this
radius float
return bool

ManaPercentage() public static method

public static ManaPercentage ( this hero ) : float
hero this
return float