C# Class HaloMap.Map.MapHeaderInfo

The map header info.
Afficher le fichier Open project: troymac1ure/Entity Class Usage Examples

Méthodes publiques

Свойство Type Description
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

Méthodes publiques

Méthode Description
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.

Method Details

LoadHalo2MapHeaderInfo() public méthode

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

LoadHaloCEMapHeaderInfo() public méthode

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

MapHeaderInfo() public méthode

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.
Résultat System.IO

Property Details

combinedSize public_oe property

The combined size.
public int combinedSize
Résultat int

fileCount public_oe property

The file count.
public int fileCount
Résultat int

fileNamesSize public_oe property

The file names size.
public int fileNamesSize
Résultat int

fileSize public_oe property

The file size.
public int fileSize
Résultat int

indexOffset public_oe property

The index offset.
public int indexOffset
Résultat int

mapName public_oe property

The map name.
public string mapName
Résultat string

mapType public_oe property

The map type.
public MapTypes mapType
Résultat MapTypes

metaSize public_oe property

The meta size.
public int metaSize
Résultat int

metaStart public_oe property

The meta start.
public int metaStart
Résultat int

offsetToCrazy public_oe property

The offset to crazy.
public int offsetToCrazy
Résultat int

offsetToStringIndex public_oe property

The offset to string index.
public int offsetToStringIndex
Résultat int

offsetToStringNames1 public_oe property

The offset to string names 1.
public int offsetToStringNames1
Résultat int

offsetToStringNames2 public_oe property

The offset to string names 2.
public int offsetToStringNames2
Résultat int

offsetTofileIndex public_oe property

The offset tofile index.
public int offsetTofileIndex
Résultat int

offsetTofileNames public_oe property

The offset tofile names.
public int offsetTofileNames
Résultat int

scenarioPath public_oe property

The scenario path.
public string scenarioPath
Résultat string

scriptReferenceCount public_oe property

The script reference count.
public int scriptReferenceCount
Résultat int

signature public_oe property

The signature.
public int signature
Résultat int

sizeOfCrazy public_oe property

The size of crazy.
public int sizeOfCrazy
Résultat int

sizeOfScriptReference public_oe property

The size of script reference.
public int sizeOfScriptReference
Résultat int