Class TAvatarChange
Unit
Declaration
type TAvatarChange = class(TInterfacedObject, IAvatarChange)
Description
Information about a nearby player's appearance changing
Hierarchy
- TInterfacedObject
- TAvatarChange
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); |
![]() |
class function Deserialize(Reader: TEoReader): TAvatarChange; |
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
|
![]() |
class function Deserialize(Reader: TEoReader): TAvatarChange; |
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 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.