C# Class TheSupport.ModeHandler.Conditions

Mostra file Open project: Hellsing/EloBuddy-Addons

Public Methods

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

Method Details

Combine() public static method

public static Combine ( ) : Func
return Func

CurrentMana() public static method

public static CurrentMana ( int maxMana ) : Func
maxMana int
return Func

IsEnabled() public static method

public static IsEnabled ( CheckBox checkBox ) : Func
checkBox CheckBox
return Func

IsEnabled() public static method

public static IsEnabled ( Menu menu, string checkBoxKey ) : Func
menu Menu
checkBoxKey string
return Func