Interface IItemReplyServerPacketItemTypeDataCureCurse
Unit
Declaration
type IItemReplyServerPacketItemTypeDataCureCurse = interface(IItemReplyServerPacketItemTypeData)
Description
Data associated with IItemReplyServerPacket.ItemType
value 25
.
Hierarchy
- IInterface
- IItemReplyServerPacketItemTypeData
- IItemReplyServerPacketItemTypeDataCureCurse
Overview
Methods
![]() |
function GetByteSize: Cardinal; |
![]() |
function GetStats: ICharacterStatsEquipmentChange; |
![]() |
procedure SetStats(Stats: ICharacterStatsEquipmentChange); |
![]() |
procedure Serialize(Writer: TEoWriter); |
Properties
![]() |
property ByteSize: Cardinal read GetByteSize; |
![]() |
property Stats: ICharacterStatsEquipmentChange read GetStats write SetStats; |
Description
Methods
![]() |
function GetByteSize: Cardinal; |
This item has no description. Attributes
|
![]() |
function GetStats: ICharacterStatsEquipmentChange; |
This item has no description. |
![]() |
procedure SetStats(Stats: ICharacterStatsEquipmentChange); |
This item has no description. |
![]() |
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 Stats: ICharacterStatsEquipmentChange read GetStats write SetStats; |
This item has no description. |
Generated by PasDoc 0.16.0-snapshot.