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.
