C# Class HaloMap.Map.FileNamesInfo

The file names info.
Afficher le fichier Open project: troymac1ure/Entity Class Usage Examples

Méthodes publiques

Свойство Type Description
FileNameStringsOffset int
FileNameStringsSize int
Length int[]
Name string[]
Offset int[]

Méthodes publiques

Méthode 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 méthode

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

Halo2FileNamesInfo() public méthode

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

HaloCEFileNamesInfo() public méthode

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

Property Details

FileNameStringsOffset public_oe property

The file name strings offset.
public int FileNameStringsOffset
Résultat int

FileNameStringsSize public_oe property

The file name strings size.
public int FileNameStringsSize
Résultat int

Length public_oe property

The length.
public int[] Length
Résultat int[]

Name public_oe property

The name.
public string[] Name
Résultat string[]

Offset public_oe property

The offset.
public int[] Offset
Résultat int[]