Interface IItemObtainServerPacket
Unit
Declaration
type IItemObtainServerPacket = interface(IPacket)
Description
Receive item (from quest)
Hierarchy
- IInterface
- IPacket
- IItemObtainServerPacket
Overview
Methods
![]() |
function GetByteSize: Cardinal; |
![]() |
function GetItem: IThreeItem; |
![]() |
procedure SetItem(Item: IThreeItem); |
![]() |
function GetCurrentWeight: Cardinal; |
![]() |
procedure SetCurrentWeight(CurrentWeight: Cardinal); |
![]() |
function Family: TPacketFamily; |
![]() |
function Action: TPacketAction; |
![]() |
procedure Serialize(Writer: TEoWriter); |
Properties
![]() |
property ByteSize: Cardinal read GetByteSize; |
![]() |
property Item: IThreeItem read GetItem write SetItem; |
![]() |
property CurrentWeight: Cardinal read GetCurrentWeight write SetCurrentWeight; |
Description
Methods
![]() |
function GetByteSize: Cardinal; |
This item has no description. Attributes
|
![]() |
function GetItem: IThreeItem; |
This item has no description. |
![]() |
procedure SetItem(Item: IThreeItem); |
This item has no description. |
![]() |
function GetCurrentWeight: Cardinal; |
This item has no description. |
![]() |
procedure SetCurrentWeight(CurrentWeight: Cardinal); |
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 Item: IThreeItem read GetItem write SetItem; |
This item has no description. |
![]() |
property CurrentWeight: Cardinal read GetCurrentWeight write SetCurrentWeight; |
|
Generated by PasDoc 0.16.0-snapshot.