eolib - v2.0.1
    Preparing search index...

    Data associated with replyCode value GuildReply.JoinRequest

    Index

    Constructors

    Accessors

    Methods

    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 name(): string

      Returns string

    • set name(name: string): void

      Parameters

      • name: string

      Returns void

    • get playerId(): number

      Returns number

      • Value range is 0-64008
    • set playerId(playerId: number): void

      Parameters

      • playerId: number

      Returns void

      • Value range is 0-64008

    Methods

    • Deserializes an instance of ReplyCodeDataJoinRequest from the provided EoReader.

      Parameters

      • reader: EoReader

        the reader that the data will be deserialized from

      Returns ReplyCodeDataJoinRequest

      The deserialized data

    • Serializes an instance of ReplyCodeDataJoinRequest to the provided EoWriter.

      Parameters

      Returns void