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
- IInterface
- IAvatarChange
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); |
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
| |
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.
