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.
