C# Class TheSupport.ModeHandler.Conditions

Afficher le fichier Open project: Hellsing/EloBuddy-Addons

Méthodes publiques

Méthode Description
Combine ( ) : Func
CurrentMana ( int maxMana ) : Func
IsEnabled ( CheckBox checkBox ) : Func
IsEnabled ( Menu menu, string checkBoxKey ) : Func

Method Details

Combine() public static méthode

public static Combine ( ) : Func
Résultat Func

CurrentMana() public static méthode

public static CurrentMana ( int maxMana ) : Func
maxMana int
Résultat Func

IsEnabled() public static méthode

public static IsEnabled ( CheckBox checkBox ) : Func
checkBox CheckBox
Résultat Func

IsEnabled() public static méthode

public static IsEnabled ( Menu menu, string checkBoxKey ) : Func
menu Menu
checkBoxKey string
Résultat Func