C# Class DotA2Analysis.Hero

Afficher le fichier Open project: epicvrvs/DotA2Analysis

Méthodes publiques

Свойство Type Description
Attribute HeroAttribute
HasLegs bool
IsRanged bool
Name string
Roles HeroRole[]

Méthodes publiques

Méthode Description
Get ( string name ) : Hero
Hero ( string name, bool isRanged, bool hasLegs, HeroAttribute attribute ) : System

Method Details

Get() public static méthode

public static Get ( string name ) : Hero
name string
Résultat Hero

Hero() public méthode

public Hero ( string name, bool isRanged, bool hasLegs, HeroAttribute attribute ) : System
name string
isRanged bool
hasLegs bool
attribute HeroAttribute
Résultat System

Property Details

Attribute public_oe property

public HeroAttribute Attribute
Résultat HeroAttribute

HasLegs public_oe property

public bool HasLegs
Résultat bool

IsRanged public_oe property

public bool IsRanged
Résultat bool

Name public_oe property

public string Name
Résultat string

Roles public_oe property

public HeroRole[] Roles
Résultat HeroRole[]