Class TItemReplyServerPacketItemTypeDataEffectPotion
Unit
Declaration
type TItemReplyServerPacketItemTypeDataEffectPotion = class(TInterfacedObject, IItemReplyServerPacketItemTypeData, IItemReplyServerPacketItemTypeDataEffectPotion)
Description
Data associated with IItemReplyServerPacket.ItemType
value 23
.
Hierarchy
- TInterfacedObject
- TItemReplyServerPacketItemTypeDataEffectPotion
Overview
Methods
function GetByteSize: Cardinal; |
|
function GetEffectId: Cardinal; |
|
procedure SetEffectId(EffectId: Cardinal); |
|
procedure Serialize(Writer: TEoWriter); |
|
class function Deserialize(Reader: TEoReader): TItemReplyServerPacketItemTypeDataEffectPotion; |
Properties
property ByteSize: Cardinal read GetByteSize; |
|
property EffectId: Cardinal read GetEffectId write SetEffectId; |
Description
Methods
function GetByteSize: Cardinal; |
|
This item has no description. |
function GetEffectId: Cardinal; |
|
This item has no description. |
procedure SetEffectId(EffectId: Cardinal); |
|
This item has no description. |
procedure Serialize(Writer: TEoWriter); |
|
Serializes this Parameters
|
class function Deserialize(Reader: TEoReader): TItemReplyServerPacketItemTypeDataEffectPotion; |
|
Deserializes an instance of Parameters
ReturnsThe deserialized object |
Properties
property ByteSize: Cardinal read GetByteSize; |
|
The size of the data that this object was deserialized from.
|
property EffectId: Cardinal read GetEffectId write SetEffectId; |
|
|
Generated by PasDoc 0.16.0-snapshot.