FreeRealmsLocaleTools FreeRealmsLocaleTools
FreeRealmsLocaleTools FreeRealmsLocaleTools
DocFX + Singulink = ♥

Search Results for

    Class LocaleEntry

    Represents a locale entry in a Free Realms .dat file.

    Inheritance
    object
    LocaleEntry
    Implements
    IEquatable<LocaleEntry>
    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 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.