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.