C# 클래스 HaloMap.Map.MapHeaderInfo

The map header info.
파일 보기 프로젝트 열기: troymac1ure/Entity 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
combinedSize int
fileCount int
fileNamesSize int
fileSize int
indexOffset int
mapName string
mapType MapTypes
metaSize int
metaStart int
offsetToCrazy int
offsetToStringIndex int
offsetToStringNames1 int
offsetToStringNames2 int
offsetTofileIndex int
offsetTofileNames int
scenarioPath string
scriptReferenceCount int
signature int
sizeOfCrazy int
sizeOfScriptReference int

공개 메소드들

메소드 설명
LoadHalo2MapHeaderInfo ( BinaryReader &BR ) : void

The load halo 2 map header info.

LoadHaloCEMapHeaderInfo ( BinaryReader &BR ) : void

Halo 2 Vista map header info.

MapHeaderInfo ( BinaryReader &BR, HaloVersionEnum haloversion ) : System.IO

Initializes a new instance of the MapHeaderInfo class.

메소드 상세

LoadHalo2MapHeaderInfo() 공개 메소드

The load halo 2 map header info.
public LoadHalo2MapHeaderInfo ( BinaryReader &BR ) : void
BR System.IO.BinaryReader The br.
리턴 void

LoadHaloCEMapHeaderInfo() 공개 메소드

Halo 2 Vista map header info.
public LoadHaloCEMapHeaderInfo ( BinaryReader &BR ) : void
BR System.IO.BinaryReader The br.
리턴 void

MapHeaderInfo() 공개 메소드

Initializes a new instance of the MapHeaderInfo class.
public MapHeaderInfo ( BinaryReader &BR, HaloVersionEnum haloversion ) : System.IO
BR System.IO.BinaryReader The BR.
haloversion HaloVersionEnum The haloversion.
리턴 System.IO

프로퍼티 상세

combinedSize 공개적으로 프로퍼티

The combined size.
public int combinedSize
리턴 int

fileCount 공개적으로 프로퍼티

The file count.
public int fileCount
리턴 int

fileNamesSize 공개적으로 프로퍼티

The file names size.
public int fileNamesSize
리턴 int

fileSize 공개적으로 프로퍼티

The file size.
public int fileSize
리턴 int

indexOffset 공개적으로 프로퍼티

The index offset.
public int indexOffset
리턴 int

mapName 공개적으로 프로퍼티

The map name.
public string mapName
리턴 string

mapType 공개적으로 프로퍼티

The map type.
public MapTypes mapType
리턴 MapTypes

metaSize 공개적으로 프로퍼티

The meta size.
public int metaSize
리턴 int

metaStart 공개적으로 프로퍼티

The meta start.
public int metaStart
리턴 int

offsetToCrazy 공개적으로 프로퍼티

The offset to crazy.
public int offsetToCrazy
리턴 int

offsetToStringIndex 공개적으로 프로퍼티

The offset to string index.
public int offsetToStringIndex
리턴 int

offsetToStringNames1 공개적으로 프로퍼티

The offset to string names 1.
public int offsetToStringNames1
리턴 int

offsetToStringNames2 공개적으로 프로퍼티

The offset to string names 2.
public int offsetToStringNames2
리턴 int

offsetTofileIndex 공개적으로 프로퍼티

The offset tofile index.
public int offsetTofileIndex
리턴 int

offsetTofileNames 공개적으로 프로퍼티

The offset tofile names.
public int offsetTofileNames
리턴 int

scenarioPath 공개적으로 프로퍼티

The scenario path.
public string scenarioPath
리턴 string

scriptReferenceCount 공개적으로 프로퍼티

The script reference count.
public int scriptReferenceCount
리턴 int

signature 공개적으로 프로퍼티

The signature.
public int signature
리턴 int

sizeOfCrazy 공개적으로 프로퍼티

The size of crazy.
public int sizeOfCrazy
리턴 int

sizeOfScriptReference 공개적으로 프로퍼티

The size of script reference.
public int sizeOfScriptReference
리턴 int