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.
