Interface IItemReplyServerPacketItemTypeDataHairDye
Unit
Declaration
type IItemReplyServerPacketItemTypeDataHairDye = interface(IItemReplyServerPacketItemTypeData)
Description
Data associated with IItemReplyServerPacket.ItemType
value 24
.
Hierarchy
- IInterface
- IItemReplyServerPacketItemTypeData
- IItemReplyServerPacketItemTypeDataHairDye
Overview
Methods
function GetByteSize: Cardinal; |
|
function GetHairColor: Cardinal; |
|
procedure SetHairColor(HairColor: Cardinal); |
|
procedure Serialize(Writer: TEoWriter); |
Properties
property ByteSize: Cardinal read GetByteSize; |
|
property HairColor: Cardinal read GetHairColor write SetHairColor; |
Description
Methods
function GetByteSize: Cardinal; |
|
This item has no description. Attributes
|
function GetHairColor: Cardinal; |
|
This item has no description. |
procedure SetHairColor(HairColor: 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 HairColor: Cardinal read GetHairColor write SetHairColor; |
|
|
Generated by PasDoc 0.16.0-snapshot.