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

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);

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 IAvatarChange object to the provided TEoWriter.

Parameters
Writer
The writer that this object will be serialized to

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.