Constructor LocaleEntryLocation
LocaleEntryLocation(uint, int, int)
Represents a locale entry location in a Free Realms .dir file.
Declaration
public LocaleEntryLocation(uint Hash, int Offset, int Size)
Parameters
| Type | Name | Description |
|---|---|---|
| uint | Hash | The 32-bit unsigned integer hash of the locale entry. |
| int | Offset | The position of the locale entry in the .dat file. |
| int | Size | The number of bytes in the locale entry. |