Interface IOnlinePlayer

Unit

Declaration

type IOnlinePlayer = interface(IInterface)

Description

A player in the online list

Attributes
GUID['{593F27F5-76DC-5B9B-913E-BF61FFD8BC4E}']

Hierarchy

Overview

Methods

Public function _GetByteSize: Cardinal;
Public function _GetName: string;
Public procedure _SetName(Name: string);
Public function _GetTitle: string;
Public procedure _SetTitle(Title: string);
Public function _GetLevel: Cardinal;
Public procedure _SetLevel(Level: Cardinal);
Public function _GetIcon: TCharacterIcon;
Public procedure _SetIcon(Icon: TCharacterIcon);
Public function _GetClassId: Cardinal;
Public procedure _SetClassId(ClassId: Cardinal);
Public function _GetGuildTag: string;
Public procedure _SetGuildTag(GuildTag: string);
Public procedure Serialize(Writer: TEoWriter);

Properties

Public property ByteSize: Cardinal read _GetByteSize;
Public property Name: string read _GetName write _SetName;
Public property Title: string read _GetTitle write _SetTitle;
Public property Level: Cardinal read _GetLevel write _SetLevel;
Public property Icon: TCharacterIcon read _GetIcon write _SetIcon;
Public property ClassId: Cardinal read _GetClassId write _SetClassId;
Public property GuildTag: string read _GetGuildTag write _SetGuildTag;

Description

Methods

Public function _GetByteSize: Cardinal;

This item has no description.

Public function _GetName: string;

This item has no description.

Public procedure _SetName(Name: string);

This item has no description.

Public function _GetTitle: string;

This item has no description.

Public procedure _SetTitle(Title: string);

This item has no description.

Public function _GetLevel: Cardinal;

This item has no description.

Public procedure _SetLevel(Level: Cardinal);

This item has no description.

Public function _GetIcon: TCharacterIcon;

This item has no description.

Public procedure _SetIcon(Icon: TCharacterIcon);

This item has no description.

Public function _GetClassId: Cardinal;

This item has no description.

Public procedure _SetClassId(ClassId: Cardinal);

This item has no description.

Public function _GetGuildTag: string;

This item has no description.

Public procedure _SetGuildTag(GuildTag: string);

This item has no description.

Public procedure Serialize(Writer: TEoWriter);

Serializes this IOnlinePlayer 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 Name: string read _GetName write _SetName;

This item has no description.

Public property Title: string read _GetTitle write _SetTitle;

This item has no description.

Public property Level: Cardinal read _GetLevel write _SetLevel;

Note
Value range is 0-252

Public property Icon: TCharacterIcon read _GetIcon write _SetIcon;

This item has no description.

Public property ClassId: Cardinal read _GetClassId write _SetClassId;

Note
Value range is 0-252

Public property GuildTag: string read _GetGuildTag write _SetGuildTag;

This item has no description.


Generated by PasDoc 0.16.0-snapshot.