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