Class TAvatarChange

Unit

Declaration

type TAvatarChange = class(TInterfacedObject, IAvatarChange)

Description

Information about a nearby player's appearance changing

Hierarchy

Overview

Methods

Public function GetByteSize: Cardinal;
Public function GetPlayerId: Cardinal;
Public procedure SetPlayerId(PlayerId: Cardinal);
Public function GetChangeType: TAvatarChangeType;
Public procedure SetChangeType(ChangeType: TAvatarChangeType);
Public function GetSound: Boolean;
Public procedure SetSound(Sound: Boolean);
Public function GetChangeTypeData: IAvatarChangeChangeTypeData;
Public procedure SetChangeTypeData(ChangeTypeData: IAvatarChangeChangeTypeData);
Public procedure Serialize(Writer: TEoWriter);
Public class function Deserialize(Reader: TEoReader): TAvatarChange;

Properties

Public property ByteSize: Cardinal read GetByteSize;
Public property PlayerId: Cardinal read GetPlayerId write SetPlayerId;
Public property ChangeType: TAvatarChangeType read GetChangeType write SetChangeType;
Public property Sound: Boolean read GetSound write SetSound;
Public property ChangeTypeData: IAvatarChangeChangeTypeData read GetChangeTypeData write SetChangeTypeData;

Description

Methods

Public function GetByteSize: Cardinal;

This item has no description.

Public function GetPlayerId: Cardinal;

This item has no description.

Public procedure SetPlayerId(PlayerId: Cardinal);

This item has no description.

Public function GetChangeType: TAvatarChangeType;

This item has no description.

Public procedure SetChangeType(ChangeType: TAvatarChangeType);

This item has no description.

Public function GetSound: Boolean;

This item has no description.

Public procedure SetSound(Sound: Boolean);

This item has no description.

Public function GetChangeTypeData: IAvatarChangeChangeTypeData;

This item has no description.

Public procedure SetChangeTypeData(ChangeTypeData: IAvatarChangeChangeTypeData);

This item has no description.

Public procedure Serialize(Writer: TEoWriter);

Serializes this TAvatarChange object to the provided TEoWriter.

Parameters
Writer
The writer that this object will be serialized to
Public class function Deserialize(Reader: TEoReader): TAvatarChange;

Deserializes an instance of TAvatarChange from the provided TEoReader.

Parameters
Reader
The reader that the object will be deserialized from
Returns

The deserialized object

Properties

Public property ByteSize: Cardinal read GetByteSize;

The size of the data that this object was deserialized from.

Note
0 if the instance was not created by the Deserialize method.

Public property PlayerId: Cardinal read GetPlayerId write SetPlayerId;

Note
Value range is 0-64008

Public property ChangeType: TAvatarChangeType read GetChangeType write SetChangeType;

This item has no description.

Public property Sound: Boolean read GetSound write SetSound;

This item has no description.

Public property ChangeTypeData: IAvatarChangeChangeTypeData read GetChangeTypeData write SetChangeTypeData;

Data associated with the ChangeType field.


Generated by PasDoc 0.16.0-snapshot.