C# Class Ensage.Common.Menu.HeroToggler

Mostra file Open project: EnsageSharp/Ensage.Common

Public Properties

Property Type Description
DefaultValues bool
Dictionary bool>.Dictionary
PositionDictionary float[]>.Dictionary
SValuesDictionary bool>.Dictionary
UseAllyHeroes bool
UseEnemyHeroes bool

Public Methods

Method Description
Add ( string name, bool defaultValue = true ) : void

The add.

HeroToggler ( bool>.Dictionary heroDictionary, bool useEnemyHeroes = false, bool useAllyHeroes = false, bool defaultValues = true ) : System

Initializes a new instance of the HeroToggler struct.

IsEnabled ( string name ) : bool

The is enabled.

Remove ( string name ) : void

The remove.

Method Details

Add() public method

The add.
public Add ( string name, bool defaultValue = true ) : void
name string /// The name. ///
defaultValue bool /// The default value. ///
return void

HeroToggler() public method

Initializes a new instance of the HeroToggler struct.
public HeroToggler ( bool>.Dictionary heroDictionary, bool useEnemyHeroes = false, bool useAllyHeroes = false, bool defaultValues = true ) : System
heroDictionary bool>.Dictionary /// The hero dictionary. ///
useEnemyHeroes bool /// The use enemy heroes. ///
useAllyHeroes bool /// The use ally heroes. ///
defaultValues bool /// The default values. ///
return System

IsEnabled() public method

The is enabled.
public IsEnabled ( string name ) : bool
name string /// The name. ///
return bool

Remove() public method

The remove.
public Remove ( string name ) : void
name string /// The name. ///
return void

Property Details

DefaultValues public_oe property

The default values.
public bool DefaultValues
return bool

Dictionary public_oe property

The dictionary.
public Dictionary Dictionary
return bool>.Dictionary

PositionDictionary public_oe property

The position dictionary.
public Dictionary PositionDictionary
return float[]>.Dictionary

SValuesDictionary public_oe property

The s values dictionary.
public Dictionary SValuesDictionary
return bool>.Dictionary

UseAllyHeroes public_oe property

The use ally heroes.
public bool UseAllyHeroes
return bool

UseEnemyHeroes public_oe property

The use enemy heroes.
public bool UseEnemyHeroes
return bool