C# Class Ensage.Common.Objects.Towers

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

Public Methods

Method Description
GetAll ( ) : IEnumerable

Returns all towers in game.

GetByTeam ( Team team ) : IEnumerable

Returns all towers of specified team

Private Methods

Method Description
Load ( ) : void

The load.

ObjectMgr_OnRemoveEntity ( EntityEventArgs args ) : void

The object manager on remove entity.

Towers ( ) : System.Collections.Generic

Initializes static members of the Towers class.

Method Details

GetAll() public static method

Returns all towers in game.
public static GetAll ( ) : IEnumerable
return IEnumerable

GetByTeam() public static method

Returns all towers of specified team
public static GetByTeam ( Team team ) : IEnumerable
team Team /// The team (Dire/Radiant). ///
return IEnumerable