C# 클래스 OpenRA.Mods.Cnc.UtilityCommands.ImportTiberianDawnLegacyMapCommand

상속: OpenRA.Mods.Common.UtilityCommands.ImportLegacyMapCommand, IUtilityCommand
파일 보기 프로젝트 열기: pchote/OpenRA

Private Properties

프로퍼티 타입 설명
IUtilityCommand bool
IUtilityCommand void
ReadOverlay void
UnpackTileData void

공개 메소드들

메소드 설명
ImportTiberianDawnLegacyMapCommand ( ) : System
LoadPlayer ( IniFile file, string section ) : void
ParseActorLocation ( string input, int loc ) : CPos
ParseTreeActor ( string input ) : string
ReadPacks ( IniFile file, string filename ) : void
SaveWaypoint ( int waypointNumber, ActorReference waypointReference ) : void
ValidateMapFormat ( int format ) : void

비공개 메소드들

메소드 설명
IUtilityCommand ( string args ) : bool
IUtilityCommand ( Utility utility, string args ) : void
ReadOverlay ( IniFile file ) : void
UnpackTileData ( Stream ms ) : void

메소드 상세

ImportTiberianDawnLegacyMapCommand() 공개 메소드

public ImportTiberianDawnLegacyMapCommand ( ) : System
리턴 System

LoadPlayer() 공개 메소드

public LoadPlayer ( IniFile file, string section ) : void
file IniFile
section string
리턴 void

ParseActorLocation() 공개 메소드

public ParseActorLocation ( string input, int loc ) : CPos
input string
loc int
리턴 CPos

ParseTreeActor() 공개 메소드

public ParseTreeActor ( string input ) : string
input string
리턴 string

ReadPacks() 공개 메소드

public ReadPacks ( IniFile file, string filename ) : void
file IniFile
filename string
리턴 void

SaveWaypoint() 공개 메소드

public SaveWaypoint ( int waypointNumber, ActorReference waypointReference ) : void
waypointNumber int
waypointReference ActorReference
리턴 void

ValidateMapFormat() 공개 메소드

public ValidateMapFormat ( int format ) : void
format int
리턴 void