Interface IAvatarChangeChangeTypeDataEquipment
Unit
Declaration
type IAvatarChangeChangeTypeDataEquipment = interface(IAvatarChangeChangeTypeData)
Description
Data associated with IAvatarChange.ChangeType
value 1
.
Hierarchy
- IInterface
- IAvatarChangeChangeTypeData
- IAvatarChangeChangeTypeDataEquipment
Overview
Methods
function GetByteSize: Cardinal; |
|
function GetEquipment: IEquipmentChange; |
|
procedure SetEquipment(Equipment: IEquipmentChange); |
|
procedure Serialize(Writer: TEoWriter); |
Properties
property ByteSize: Cardinal read GetByteSize; |
|
property Equipment: IEquipmentChange read GetEquipment write SetEquipment; |
Description
Methods
function GetByteSize: Cardinal; |
|
This item has no description. Attributes
|
function GetEquipment: IEquipmentChange; |
|
This item has no description. |
procedure SetEquipment(Equipment: IEquipmentChange); |
|
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 Equipment: IEquipmentChange read GetEquipment write SetEquipment; |
|
This item has no description. |
Generated by PasDoc 0.16.0-snapshot.