FreeRealmsLocaleTools FreeRealmsLocaleTools
FreeRealmsLocaleTools FreeRealmsLocaleTools
DocFX + Singulink = ♥

Search Results for

    Class LocaleEntryLocation

    Represents a locale entry location in a Free Realms .dir file.

    Inheritance
    object
    LocaleEntryLocation
    Implements
    IEquatable<LocaleEntryLocation>
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    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.