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.