C# 클래스 OpenRA.MapPlayers

파일 보기 프로젝트 열기: pchote/OpenRA 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Players PlayerReference>.Dictionary

공개 메소드들

메소드 설명
MapPlayers ( ) : System.Collections.Generic
MapPlayers ( IEnumerable playerDefinitions ) : System.Collections.Generic
MapPlayers ( OpenRA.Ruleset rules, int playerCount ) : System.Collections.Generic
ToMiniYaml ( ) : List

메소드 상세

MapPlayers() 공개 메소드

public MapPlayers ( ) : System.Collections.Generic
리턴 System.Collections.Generic

MapPlayers() 공개 메소드

public MapPlayers ( IEnumerable playerDefinitions ) : System.Collections.Generic
playerDefinitions IEnumerable
리턴 System.Collections.Generic

MapPlayers() 공개 메소드

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

ToMiniYaml() 공개 메소드

public ToMiniYaml ( ) : List
리턴 List

프로퍼티 상세

Players 공개적으로 프로퍼티

public Dictionary Players
리턴 PlayerReference>.Dictionary