Class TAvatarChangeChangeTypeDataEquipment
Unit
Declaration
type TAvatarChangeChangeTypeDataEquipment = class(TInterfacedObject, IAvatarChangeChangeTypeData, IAvatarChangeChangeTypeDataEquipment)
Description
Data associated with IAvatarChange.ChangeType
value 1
.
Hierarchy
- TInterfacedObject
- TAvatarChangeChangeTypeDataEquipment
Overview
Methods
![]() |
function GetByteSize: Cardinal; |
![]() |
function GetEquipment: IEquipmentChange; |
![]() |
procedure SetEquipment(Equipment: IEquipmentChange); |
![]() |
procedure Serialize(Writer: TEoWriter); |
![]() |
class function Deserialize(Reader: TEoReader): TAvatarChangeChangeTypeDataEquipment; |
Properties
![]() |
property ByteSize: Cardinal read GetByteSize; |
![]() |
property Equipment: IEquipmentChange read GetEquipment write SetEquipment; |
Description
Methods
![]() |
function GetByteSize: Cardinal; |
This item has no description. |
![]() |
function GetEquipment: IEquipmentChange; |
This item has no description. |
![]() |
procedure SetEquipment(Equipment: IEquipmentChange); |
This item has no description. |
![]() |
procedure Serialize(Writer: TEoWriter); |
Serializes this Parameters
|
![]() |
class function Deserialize(Reader: TEoReader): TAvatarChangeChangeTypeDataEquipment; |
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 Equipment: IEquipmentChange read GetEquipment write SetEquipment; |
This item has no description. |
Generated by PasDoc 0.16.0-snapshot.