C# Класс SFXUtility.Class.Utilities

Показать файл Открыть проект

Открытые методы

Метод Описание
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

Описание методов

AddItems() публичный статический Метод

public static AddItems ( this menu, List menuItems ) : void
menu this
menuItems List
Результат void

DrawCross() публичный статический Метод

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
Результат void

DrawTextCentered() публичный статический Метод

public static DrawTextCentered ( System.Vector2 pos, System.Drawing.Color color, string content ) : void
pos System.Vector2
color System.Drawing.Color
content string
Результат void

GetMd5() публичный статический Метод

public static GetMd5 ( string content ) : string
content string
Результат string

GetNearestMinionByNames() публичный статический Метод

public static GetNearestMinionByNames ( System.Vector3 pos, string names ) : Obj_AI_Minion
pos System.Vector3
names string
Результат Obj_AI_Minion

HasItem() публичный статический Метод

public static HasItem ( this hero, int id ) : bool
hero this
id int
Результат bool

HealthPercentage() публичный статический Метод

public static HealthPercentage ( this hero ) : float
hero this
Результат float

HexConverter() публичный статический Метод

public static HexConverter ( SharpDX color ) : string
color SharpDX
Результат string

IsBetween() публичный статический Метод

public static IsBetween ( int start, int end, int value ) : bool
start int
end int
value int
Результат bool

IsBuffActive() публичный статический Метод

public static IsBuffActive ( this hero, string buffName ) : bool
hero this
buffName string
Результат bool

IsFileLocked() публичный статический Метод

public static IsFileLocked ( string filePath ) : bool
filePath string
Результат bool

IsOnScreen() публичный статический Метод

public static IsOnScreen ( System.Vector2 start, System.Vector2 end ) : bool
start System.Vector2
end System.Vector2
Результат bool

IsOnScreen() публичный статический Метод

public static IsOnScreen ( this obj ) : bool
obj this
Результат bool

IsOnScreen() публичный статический Метод

public static IsOnScreen ( this obj, float radius ) : bool
obj this
radius float
Результат bool

ManaPercentage() публичный статический Метод

public static ManaPercentage ( this hero ) : float
hero this
Результат float