eolib - v2.0.1
    Preparing search index...

    Data associated with banType value 0


    The official client treats any value below 2 as a temporary ban.
    The official server sends 1, but some game server implementations
    erroneously send 0.
    Index

    Constructors

    Accessors

    • get byteSize(): number

      Returns the size of the data that this was deserialized from.

      Returns number

      The size of the data that this was deserialized from

    • get minutesRemaining(): number

      Returns number

      • Value range is 0-255
    • set minutesRemaining(minutesRemaining: number): void

      Parameters

      • minutesRemaining: number

      Returns void

      • Value range is 0-255

    Methods

    • Deserializes an instance of BanTypeData0 from the provided EoReader.

      Parameters

      • reader: EoReader

        the reader that the data will be deserialized from

      Returns BanTypeData0

      The deserialized data

    • Serializes an instance of BanTypeData0 to the provided EoWriter.

      Parameters

      • writer: EoWriter

        the writer that the data will be serialized to

      • data: BanTypeData0

        the data to serialize

      Returns void