C# Class DotA2Analysis.Hero

Show file Open project: epicvrvs/DotA2Analysis

Public Properties

Property Type Description
Attribute HeroAttribute
HasLegs bool
IsRanged bool
Name string
Roles HeroRole[]

Public Methods

Method Description
Get ( string name ) : Hero
Hero ( string name, bool isRanged, bool hasLegs, HeroAttribute attribute ) : System

Method Details

Get() public static method

public static Get ( string name ) : Hero
name string
return Hero

Hero() public method

public Hero ( string name, bool isRanged, bool hasLegs, HeroAttribute attribute ) : System
name string
isRanged bool
hasLegs bool
attribute HeroAttribute
return System

Property Details

Attribute public property

public HeroAttribute Attribute
return HeroAttribute

HasLegs public property

public bool HasLegs
return bool

IsRanged public property

public bool IsRanged
return bool

Name public property

public string Name
return string

Roles public property

public HeroRole[] Roles
return HeroRole[]