Interface IBookReplyServerPacket
Unit
Declaration
type IBookReplyServerPacket = interface(IPacket)
Description
Reply to requesting a book
Hierarchy
- IInterface
- IPacket
- IBookReplyServerPacket
Overview
Methods
![]() |
function _GetByteSize: Cardinal; |
![]() |
function _GetDetails: ICharacterDetails; |
![]() |
procedure _SetDetails(Details: ICharacterDetails); |
![]() |
function _GetIcon: TCharacterIcon; |
![]() |
procedure _SetIcon(Icon: TCharacterIcon); |
![]() |
function _GetQuestNames: TArray<string>; |
![]() |
procedure _SetQuestNames(QuestNames: TArray<string>); |
![]() |
function Family: TPacketFamily; |
![]() |
function Action: TPacketAction; |
![]() |
procedure Serialize(Writer: TEoWriter); |
Properties
![]() |
property ByteSize: Cardinal read _GetByteSize; |
![]() |
property Details: ICharacterDetails read _GetDetails write _SetDetails; |
![]() |
property Icon: TCharacterIcon read _GetIcon write _SetIcon; |
![]() |
property QuestNames: TArray<string> read _GetQuestNames write _SetQuestNames; |
Description
Methods
![]() |
function _GetByteSize: Cardinal; |
|
This item has no description. Attributes
| |
![]() |
function _GetDetails: ICharacterDetails; |
|
This item has no description. | |
![]() |
procedure _SetDetails(Details: ICharacterDetails); |
|
This item has no description. | |
![]() |
function _GetIcon: TCharacterIcon; |
|
This item has no description. | |
![]() |
procedure _SetIcon(Icon: TCharacterIcon); |
|
This item has no description. | |
![]() |
function _GetQuestNames: TArray<string>; |
|
This item has no description. | |
![]() |
procedure _SetQuestNames(QuestNames: TArray<string>); |
|
This item has no description. | |
![]() |
function Family: TPacketFamily; |
|
Returns the packet family associated with this packet. ReturnsThe packet family associated with this packet | |
![]() |
function Action: TPacketAction; |
|
Returns the packet action associated with this packet. ReturnsThe packet action associated with this packet | |
![]() |
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 Details: ICharacterDetails read _GetDetails write _SetDetails; |
|
This item has no description. | |
![]() |
property Icon: TCharacterIcon read _GetIcon write _SetIcon; |
|
This item has no description. | |
![]() |
property QuestNames: TArray<string> read _GetQuestNames write _SetQuestNames; |
|
This item has no description. | |
Generated by PasDoc 0.16.0-snapshot.
