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