C# 클래스 OpenRA.Mods.RA.UtilityCommands.ImportRedAlertLegacyMapCommand

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

공개 메소드들

메소드 설명
ImportRedAlertLegacyMapCommand ( ) : System
LoadPlayer ( IniFile file, string section ) : void
ParseTreeActor ( string input ) : string
ReadActors ( IniFile file ) : void
ReadPackedSection ( IniSection mapPackSection ) : MemoryStream
ReadPacks ( IniFile file, string filename ) : void
ValidateMapFormat ( int format ) : void

비공개 메소드들

메소드 설명
Run ( ModData modData, string args ) : void
UnpackOverlayData ( MemoryStream ms ) : void
UnpackTileData ( MemoryStream ms ) : void

메소드 상세

ImportRedAlertLegacyMapCommand() 공개 메소드

public ImportRedAlertLegacyMapCommand ( ) : System
리턴 System

LoadPlayer() 공개 메소드

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

ParseTreeActor() 공개 메소드

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

ReadActors() 공개 메소드

public ReadActors ( IniFile file ) : void
file IniFile
리턴 void

ReadPackedSection() 공개 정적인 메소드

public static ReadPackedSection ( IniSection mapPackSection ) : MemoryStream
mapPackSection IniSection
리턴 System.IO.MemoryStream

ReadPacks() 공개 메소드

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

ValidateMapFormat() 공개 메소드

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