C# Class Ensage.Common.Objects.Heroes

The heroes.
Show file Open project: EnsageSharp/Ensage.Common

Public Properties

Property Type Description
All List
Dire List
Radiant List

Public Methods

Method Description
GetByTeam ( Team team ) : List

The get by team.

Update ( EventArgs args ) : void

The update.

UpdateHeroes ( ) : void

The update heroes.

Private Methods

Method Description
Heroes ( ) : System

Initializes static members of the Heroes class.

Load ( ) : void

The load.

ObjectMgr_OnAddEntity ( EntityEventArgs args ) : void

The object mgr_ on add entity.

ObjectMgr_OnRemoveEntity ( EntityEventArgs args ) : void

The object mgr_ on remove entity.

Method Details

GetByTeam() public static method

The get by team.
public static GetByTeam ( Team team ) : List
team Team /// The team. ///
return List

Update() public static method

The update.
public static Update ( EventArgs args ) : void
args System.EventArgs /// The args. ///
return void

UpdateHeroes() public static method

The update heroes.
public static UpdateHeroes ( ) : void
return void

Property Details

All public static property

The all.
public static List All
return List

Dire public static property

The dire.
public static List Dire
return List

Radiant public static property

The radiant.
public static List Radiant
return List