C# Class EvadePlus.EvadeMenu

ファイルを表示 Open project: stefsot/EloBuddyAddons Class Usage Examples

Public Properties

Property Type Description
MenuSkillshots EvadeSkillshot>.Dictionary

Public Methods

Method Description
CreateMenu ( ) : void
IsSkillshotDrawingEnabled ( EvadePlus.EvadeSkillshot skillshot ) : bool
IsSkillshotEnabled ( EvadePlus.EvadeSkillshot skillshot ) : bool

Private Methods

Method Description
GetSkillshot ( string s ) : EvadePlus.EvadeSkillshot

Method Details

CreateMenu() public static method

public static CreateMenu ( ) : void
return void

IsSkillshotDrawingEnabled() public static method

public static IsSkillshotDrawingEnabled ( EvadePlus.EvadeSkillshot skillshot ) : bool
skillshot EvadePlus.EvadeSkillshot
return bool

IsSkillshotEnabled() public static method

public static IsSkillshotEnabled ( EvadePlus.EvadeSkillshot skillshot ) : bool
skillshot EvadePlus.EvadeSkillshot
return bool

Property Details

MenuSkillshots public_oe static_oe property

public static Dictionary MenuSkillshots
return EvadeSkillshot>.Dictionary