Class TItemReplyServerPacketItemTypeDataCureCurse
Unit
Declaration
type TItemReplyServerPacketItemTypeDataCureCurse = class(TInterfacedObject, IItemReplyServerPacketItemTypeData, IItemReplyServerPacketItemTypeDataCureCurse)
Description
Data associated with IItemReplyServerPacket.ItemType
value 25
.
Hierarchy
- TInterfacedObject
- TItemReplyServerPacketItemTypeDataCureCurse
Overview
Methods
![]() |
function GetByteSize: Cardinal; |
![]() |
function GetStats: ICharacterStatsEquipmentChange; |
![]() |
procedure SetStats(Stats: ICharacterStatsEquipmentChange); |
![]() |
procedure Serialize(Writer: TEoWriter); |
![]() |
class function Deserialize(Reader: TEoReader): TItemReplyServerPacketItemTypeDataCureCurse; |
Properties
![]() |
property ByteSize: Cardinal read GetByteSize; |
![]() |
property Stats: ICharacterStatsEquipmentChange read GetStats write SetStats; |
Description
Methods
![]() |
function GetByteSize: Cardinal; |
This item has no description. |
![]() |
function GetStats: ICharacterStatsEquipmentChange; |
This item has no description. |
![]() |
procedure SetStats(Stats: ICharacterStatsEquipmentChange); |
This item has no description. |
![]() |
procedure Serialize(Writer: TEoWriter); |
Serializes this Parameters
|
![]() |
class function Deserialize(Reader: TEoReader): TItemReplyServerPacketItemTypeDataCureCurse; |
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 Stats: ICharacterStatsEquipmentChange read GetStats write SetStats; |
This item has no description. |
Generated by PasDoc 0.16.0-snapshot.