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.
