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.