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.
