Interface IAvatarChangeChangeTypeDataHairColor
Unit
Declaration
type IAvatarChangeChangeTypeDataHairColor = interface(IAvatarChangeChangeTypeData)
Description
Data associated with IAvatarChange.ChangeType
value 3
.
Hierarchy
- IInterface
- IAvatarChangeChangeTypeData
- IAvatarChangeChangeTypeDataHairColor
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.