C# Class OpenRA.MapPlayers

Afficher le fichier Open project: pchote/OpenRA Class Usage Examples

Méthodes publiques

Свойство Type Description
Players PlayerReference>.Dictionary

Méthodes publiques

Méthode 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 méthode

public MapPlayers ( ) : System.Collections.Generic
Résultat System.Collections.Generic

MapPlayers() public méthode

public MapPlayers ( IEnumerable playerDefinitions ) : System.Collections.Generic
playerDefinitions IEnumerable
Résultat System.Collections.Generic

MapPlayers() public méthode

public MapPlayers ( OpenRA.Ruleset rules, int playerCount ) : System.Collections.Generic
rules OpenRA.Ruleset
playerCount int
Résultat System.Collections.Generic

ToMiniYaml() public méthode

public ToMiniYaml ( ) : List
Résultat List

Property Details

Players public_oe property

public Dictionary Players
Résultat PlayerReference>.Dictionary