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.