C# Class HaloMap.Map.FileNamesInfo

The file names info.
Show file Open project: troymac1ure/Entity Class Usage Examples

Public Properties

Property Type Description
FileNameStringsOffset int
FileNameStringsSize int
Length int[]
Name string[]
Offset int[]

Public Methods

Method Description
FileNamesInfo ( BinaryReader &BR, Map map ) : System.IO

Initializes a new instance of the FileNamesInfo class.

Halo2FileNamesInfo ( BinaryReader &BR, Map map ) : void

The halo 2 file names info.

HaloCEFileNamesInfo ( BinaryReader &BR, Map map ) : void

The halo ce file names info.

Method Details

FileNamesInfo() public method

Initializes a new instance of the FileNamesInfo class.
public FileNamesInfo ( BinaryReader &BR, Map map ) : System.IO
BR System.IO.BinaryReader The BR.
map Map The map.
return System.IO

Halo2FileNamesInfo() public method

The halo 2 file names info.
public Halo2FileNamesInfo ( BinaryReader &BR, Map map ) : void
BR System.IO.BinaryReader The br.
map Map The map.
return void

HaloCEFileNamesInfo() public method

The halo ce file names info.
public HaloCEFileNamesInfo ( BinaryReader &BR, Map map ) : void
BR System.IO.BinaryReader The br.
map Map The map.
return void

Property Details

FileNameStringsOffset public property

The file name strings offset.
public int FileNameStringsOffset
return int

FileNameStringsSize public property

The file name strings size.
public int FileNameStringsSize
return int

Length public property

The length.
public int[] Length
return int[]

Name public property

The name.
public string[] Name
return string[]

Offset public property

The offset.
public int[] Offset
return int[]