C# Class HaloMap.Map.StringsInfo

The strings info.
显示文件 Open project: troymac1ure/Entity Class Usage Examples

Public Properties

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

Public Methods

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

Initializes a new instance of the StringsInfo class.

Method Details

StringsInfo() public method

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

Property Details

Length public_oe property

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

Name public_oe property

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

Offset public_oe property

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