Class LocaleEntry
Represents a locale entry in a Free Realms .dat file.
Implements
Inherited Members
Namespace: FreeRealmsLocaleTools.LocaleParser
Assembly: FreeRealmsLocaleTools.dll
Syntax
public record LocaleEntry : IEquatable<LocaleEntry>
Constructors
| Name | Description |
|---|---|
| LocaleEntry(uint, LocaleTag, string) | Represents a locale entry in a Free Realms .dat file. |
Properties
| Name | Description |
|---|---|
| Hash | The 32-bit unsigned integer hash of the locale entry. |
| Tag | The 4-letter tag that accompanies the locale entry. |
| Text | The text stored in the locale entry. |
Methods
| Name | Description |
|---|---|
| Parse(string) | Initializes a new instance of LocaleEntry by parsing the given .dat file line. |
| ToString() | Returns a string representation of this locale entry. |