Constructor LocaleEntry
LocaleEntry(uint, LocaleTag, string)
Represents a locale entry in a Free Realms .dat file.
Declaration
public LocaleEntry(uint Hash, LocaleTag Tag, string Text)
Parameters
| Type | Name | Description |
|---|---|---|
| uint | Hash | The 32-bit unsigned integer hash of the locale entry. |
| LocaleTag | Tag | The 4-letter tag that accompanies the locale entry. |
| string | Text | The text stored in the locale entry. |