Interface IStatSkillReplyServerPacket

Unit

Declaration

type IStatSkillReplyServerPacket = interface(IPacket)

Description

Response from unsuccessful action at a skill master

Hierarchy

Overview

Methods

Public function GetByteSize: Cardinal;
Public function GetReplyCode: TSkillMasterReply;
Public procedure SetReplyCode(ReplyCode: TSkillMasterReply);
Public function GetReplyCodeData: IStatSkillReplyServerPacketReplyCodeData;
Public procedure SetReplyCodeData(ReplyCodeData: IStatSkillReplyServerPacketReplyCodeData);
Public function Family: TPacketFamily;
Public function Action: TPacketAction;
Public procedure Serialize(Writer: TEoWriter);

Properties

Public property ByteSize: Cardinal read GetByteSize;
Public property ReplyCode: TSkillMasterReply read GetReplyCode write SetReplyCode;
Public property ReplyCodeData: IStatSkillReplyServerPacketReplyCodeData read GetReplyCodeData write SetReplyCodeData;

Description

Methods

Public function GetByteSize: Cardinal;

This item has no description.

Attributes
GUID['{E4F7AA65-AAEC-545D-973D-62FDA2A0EC7F}']
Public function GetReplyCode: TSkillMasterReply;

This item has no description.

Public procedure SetReplyCode(ReplyCode: TSkillMasterReply);

This item has no description.

Public function GetReplyCodeData: IStatSkillReplyServerPacketReplyCodeData;

This item has no description.

Public procedure SetReplyCodeData(ReplyCodeData: IStatSkillReplyServerPacketReplyCodeData);

This item has no description.

Public function Family: TPacketFamily;

Returns the packet family associated with this packet.

Returns

The packet family associated with this packet

Public function Action: TPacketAction;

Returns the packet action associated with this packet.

Returns

The packet action associated with this packet

Public procedure Serialize(Writer: TEoWriter);

Serializes this IStatSkillReplyServerPacket object to the provided TEoWriter.

Parameters
Writer
The writer that this object will be serialized to

Properties

Public property ByteSize: Cardinal read GetByteSize;

The size of the data that this object was deserialized from.

Note
0 if the instance was not created by the Deserialize method.

Public property ReplyCode: TSkillMasterReply read GetReplyCode write SetReplyCode;

This item has no description.

Public property ReplyCodeData: IStatSkillReplyServerPacketReplyCodeData read GetReplyCodeData write SetReplyCodeData;

Data associated with the ReplyCode field.


Generated by PasDoc 0.16.0-snapshot.