C# Class Descent.GUI.Screens.PlayersElement

This menu displays some compact information about the other players in the game. The heroes will see the overlord and the other players' heroes and the overlord will see the entire hero party.
Inheritance: GUIElement
Show file Open project: nezbo/Descent

Public Methods

Method Description
PlayersElement ( Microsoft.Xna.Framework.Game game, Hero yourself, HeroParty party ) : System.Collections.Generic

Creates a new instance of a PlayerElement that display summaries of the players in the game.

Method Details

PlayersElement() public method

Creates a new instance of a PlayerElement that display summaries of the players in the game.
public PlayersElement ( Microsoft.Xna.Framework.Game game, Hero yourself, HeroParty party ) : System.Collections.Generic
game Microsoft.Xna.Framework.Game The game object
yourself Hero The hero that shouldn't be displayed in the summary, null if youre the Overlord.
party Descent.Model.Player.HeroParty The hero party to display.
return System.Collections.Generic