Interface IQuestAcceptClientPacketReplyTypeDataLink
Unit
Declaration
type IQuestAcceptClientPacketReplyTypeDataLink = interface(IQuestAcceptClientPacketReplyTypeData)
Description
Data associated with IQuestAcceptClientPacket.ReplyType
value 2
.
Hierarchy
- IInterface
- IQuestAcceptClientPacketReplyTypeData
- IQuestAcceptClientPacketReplyTypeDataLink
Overview
Methods
![]() |
function GetByteSize: Cardinal; |
![]() |
function GetAction: Cardinal; |
![]() |
procedure SetAction(Action: Cardinal); |
![]() |
procedure Serialize(Writer: TEoWriter); |
Properties
![]() |
property ByteSize: Cardinal read GetByteSize; |
![]() |
property Action: Cardinal read GetAction write SetAction; |
Description
Methods
![]() |
function GetByteSize: Cardinal; |
This item has no description. Attributes
|
![]() |
function GetAction: Cardinal; |
This item has no description. |
![]() |
procedure SetAction(Action: Cardinal); |
This item has no description. |
![]() |
procedure Serialize(Writer: TEoWriter); |
Serializes this Parameters
|
Properties
![]() |
property ByteSize: Cardinal read GetByteSize; |
The size of the data that this object was deserialized from.
|
![]() |
property Action: Cardinal read GetAction write SetAction; |
|
Generated by PasDoc 0.16.0-snapshot.