C# Class HaloMap.Map.StringsInfo

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

Méthodes publiques

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

Méthodes publiques

Méthode Description
StringsInfo ( BinaryReader &BR, Map map ) : System.IO

Initializes a new instance of the StringsInfo class.

Method Details

StringsInfo() public méthode

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

Property Details

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[]