C# Class OpenRA.MapPlayers

Show file Open project: pchote/OpenRA Class Usage Examples

Public Properties

Property Type Description
Players PlayerReference>.Dictionary

Public Methods

Method Description
MapPlayers ( ) : System.Collections.Generic
MapPlayers ( IEnumerable playerDefinitions ) : System.Collections.Generic
MapPlayers ( OpenRA.Ruleset rules, int playerCount ) : System.Collections.Generic
ToMiniYaml ( ) : List

Method Details

MapPlayers() public method

public MapPlayers ( ) : System.Collections.Generic
return System.Collections.Generic

MapPlayers() public method

public MapPlayers ( IEnumerable playerDefinitions ) : System.Collections.Generic
playerDefinitions IEnumerable
return System.Collections.Generic

MapPlayers() public method

public MapPlayers ( OpenRA.Ruleset rules, int playerCount ) : System.Collections.Generic
rules OpenRA.Ruleset
playerCount int
return System.Collections.Generic

ToMiniYaml() public method

public ToMiniYaml ( ) : List
return List

Property Details

Players public property

public Dictionary Players
return PlayerReference>.Dictionary