eolib - v2.0.1
    Preparing search index...

    Data associated with replyType value DialogReply.Link

    Index

    Constructors

    Accessors

    Methods

    Constructors

    Accessors

    • get action(): number

      Returns number

      • Value range is 0-252
    • set action(action: number): void

      Parameters

      • action: number

      Returns void

      • Value range is 0-252
    • 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

    Methods

    • Deserializes an instance of ReplyTypeDataLink from the provided EoReader.

      Parameters

      • reader: EoReader

        the reader that the data will be deserialized from

      Returns ReplyTypeDataLink

      The deserialized data

    • Serializes an instance of ReplyTypeDataLink to the provided EoWriter.

      Parameters

      Returns void