C# Class SFXUtility.Class.Utilities

Afficher le fichier Open project: Smokyfox/LeagueSharp

Méthodes publiques

Méthode 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 méthode

public static AddItems ( this menu, List menuItems ) : void
menu this
menuItems List
Résultat void

DrawCross() public static méthode

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
Résultat void

DrawTextCentered() public static méthode

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

GetMd5() public static méthode

public static GetMd5 ( string content ) : string
content string
Résultat string

GetNearestMinionByNames() public static méthode

public static GetNearestMinionByNames ( System.Vector3 pos, string names ) : Obj_AI_Minion
pos System.Vector3
names string
Résultat Obj_AI_Minion

HasItem() public static méthode

public static HasItem ( this hero, int id ) : bool
hero this
id int
Résultat bool

HealthPercentage() public static méthode

public static HealthPercentage ( this hero ) : float
hero this
Résultat float

HexConverter() public static méthode

public static HexConverter ( SharpDX color ) : string
color SharpDX
Résultat string

IsBetween() public static méthode

public static IsBetween ( int start, int end, int value ) : bool
start int
end int
value int
Résultat bool

IsBuffActive() public static méthode

public static IsBuffActive ( this hero, string buffName ) : bool
hero this
buffName string
Résultat bool

IsFileLocked() public static méthode

public static IsFileLocked ( string filePath ) : bool
filePath string
Résultat bool

IsOnScreen() public static méthode

public static IsOnScreen ( System.Vector2 start, System.Vector2 end ) : bool
start System.Vector2
end System.Vector2
Résultat bool

IsOnScreen() public static méthode

public static IsOnScreen ( this obj ) : bool
obj this
Résultat bool

IsOnScreen() public static méthode

public static IsOnScreen ( this obj, float radius ) : bool
obj this
radius float
Résultat bool

ManaPercentage() public static méthode

public static ManaPercentage ( this hero ) : float
hero this
Résultat float