Interface IAvatarChange
Unit
Declaration
type IAvatarChange = interface(IInterface)
Description
Information about a nearby player's appearance changing
Attributes
- GUID['{EEBF9ACF-E65E-5C3A-BB95-ACB10E8A46A1}']
Hierarchy
- IInterface
- IAvatarChange
Overview
Methods
function GetByteSize: Cardinal; |
|
function GetPlayerId: Cardinal; |
|
procedure SetPlayerId(PlayerId: Cardinal); |
|
function GetChangeType: TAvatarChangeType; |
|
procedure SetChangeType(ChangeType: TAvatarChangeType); |
|
function GetSound: Boolean; |
|
procedure SetSound(Sound: Boolean); |
|
function GetChangeTypeData: IAvatarChangeChangeTypeData; |
|
procedure SetChangeTypeData(ChangeTypeData: IAvatarChangeChangeTypeData); |
|
procedure Serialize(Writer: TEoWriter); |
Properties
property ByteSize: Cardinal read GetByteSize; |
|
property PlayerId: Cardinal read GetPlayerId write SetPlayerId; |
|
property ChangeType: TAvatarChangeType read GetChangeType write SetChangeType; |
|
property Sound: Boolean read GetSound write SetSound; |
|
property ChangeTypeData: IAvatarChangeChangeTypeData read GetChangeTypeData write SetChangeTypeData; |
Description
Methods
function GetByteSize: Cardinal; |
|
This item has no description. |
function GetPlayerId: Cardinal; |
|
This item has no description. |
procedure SetPlayerId(PlayerId: Cardinal); |
|
This item has no description. |
function GetChangeType: TAvatarChangeType; |
|
This item has no description. |
procedure SetChangeType(ChangeType: TAvatarChangeType); |
|
This item has no description. |
function GetSound: Boolean; |
|
This item has no description. |
procedure SetSound(Sound: Boolean); |
|
This item has no description. |
function GetChangeTypeData: IAvatarChangeChangeTypeData; |
|
This item has no description. |
procedure SetChangeTypeData(ChangeTypeData: IAvatarChangeChangeTypeData); |
|
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 PlayerId: Cardinal read GetPlayerId write SetPlayerId; |
|
|
property ChangeType: TAvatarChangeType read GetChangeType write SetChangeType; |
|
This item has no description. |
property Sound: Boolean read GetSound write SetSound; |
|
This item has no description. |
property ChangeTypeData: IAvatarChangeChangeTypeData read GetChangeTypeData write SetChangeTypeData; |
|
Data associated with the |
Generated by PasDoc 0.16.0-snapshot.