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.