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