Class LocaleEntryLocation
Represents a locale entry location in a Free Realms .dir file.
Implements
Inherited Members
Namespace: FreeRealmsLocaleTools.LocaleParser
Assembly: FreeRealmsLocaleTools.dll
Syntax
public record LocaleEntryLocation : IEquatable<LocaleEntryLocation>
Constructors
| Name | Description |
|---|---|
| LocaleEntryLocation(uint, int, int) | Represents a locale entry location in a Free Realms .dir file. |
Properties
| Name | Description |
|---|---|
| Hash | The 32-bit unsigned integer hash of the locale entry. |
| Offset | The position of the locale entry in the .dat file. |
| Size | The number of bytes in the locale entry. |
Methods
| Name | Description |
|---|---|
| Parse(string) | Initializes a new instance of LocaleEntryLocation by parsing the given .dir file line. |
| ToString() | Returns a string representation of this locale entry location. |