C# Class Ensage.Common.Menu.HeroToggler

Afficher le fichier Open project: EnsageSharp/Ensage.Common

Méthodes publiques

Свойство Type Description
DefaultValues bool
Dictionary bool>.Dictionary
PositionDictionary float[]>.Dictionary
SValuesDictionary bool>.Dictionary
UseAllyHeroes bool
UseEnemyHeroes bool

Méthodes publiques

Méthode 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 méthode

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

HeroToggler() public méthode

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. ///
Résultat System

IsEnabled() public méthode

The is enabled.
public IsEnabled ( string name ) : bool
name string /// The name. ///
Résultat bool

Remove() public méthode

The remove.
public Remove ( string name ) : void
name string /// The name. ///
Résultat void

Property Details

DefaultValues public_oe property

The default values.
public bool DefaultValues
Résultat bool

Dictionary public_oe property

The dictionary.
public Dictionary Dictionary
Résultat bool>.Dictionary

PositionDictionary public_oe property

The position dictionary.
public Dictionary PositionDictionary
Résultat float[]>.Dictionary

SValuesDictionary public_oe property

The s values dictionary.
public Dictionary SValuesDictionary
Résultat bool>.Dictionary

UseAllyHeroes public_oe property

The use ally heroes.
public bool UseAllyHeroes
Résultat bool

UseEnemyHeroes public_oe property

The use enemy heroes.
public bool UseEnemyHeroes
Résultat bool