eolib - v2.0.1
    Preparing search index...

    Data associated with replyCode value SkillMasterReply.WrongClass

    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 classId(): number

      Returns number

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

      Parameters

      • classId: number

      Returns void

      • Value range is 0-252

    Methods

    • Deserializes an instance of ReplyCodeDataWrongClass from the provided EoReader.

      Parameters

      • reader: EoReader

        the reader that the data will be deserialized from

      Returns ReplyCodeDataWrongClass

      The deserialized data

    • Serializes an instance of ReplyCodeDataWrongClass to the provided EoWriter.

      Parameters

      Returns void