C# Class DotA2Analysis.Hero

显示文件 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_oe property

public HeroAttribute Attribute
return HeroAttribute

HasLegs public_oe property

public bool HasLegs
return bool

IsRanged public_oe property

public bool IsRanged
return bool

Name public_oe property

public string Name
return string

Roles public_oe property

public HeroRole[] Roles
return HeroRole[]