C# Class HaloMap.Map.UnicodeTableReader

The unicode table reader.
Exibir arquivo Open project: troymac1ure/Entity Class Usage Examples

Public Properties

Property Type Description
ut UnicodeTable[]

Public Methods

Method Description
UnicodeTableReader ( string File, int MatgOffset ) : System.IO

Initializes a new instance of the UnicodeTableReader class.

Private Methods

Method Description
GetOffsetsAndSizes ( bool scan ) : void

The get offsets and sizes.

Method Details

UnicodeTableReader() public method

Initializes a new instance of the UnicodeTableReader class.
public UnicodeTableReader ( string File, int MatgOffset ) : System.IO
File string The file.
MatgOffset int The matg offset.
return System.IO

Property Details

ut public_oe property

The ut.
public UnicodeTable[] ut
return UnicodeTable[]