Interface IOnlinePlayer
Unit
Declaration
type IOnlinePlayer = interface(IInterface)
Description
A player in the online list
Attributes
- GUID['{593F27F5-76DC-5B9B-913E-BF61FFD8BC4E}']
Hierarchy
- IInterface
- IOnlinePlayer
Overview
Methods
function GetByteSize: Cardinal; |
|
function GetName: string; |
|
procedure SetName(Name: string); |
|
function GetTitle: string; |
|
procedure SetTitle(Title: string); |
|
function GetLevel: Cardinal; |
|
procedure SetLevel(Level: Cardinal); |
|
function GetIcon: TCharacterIcon; |
|
procedure SetIcon(Icon: TCharacterIcon); |
|
function GetClassId: Cardinal; |
|
procedure SetClassId(ClassId: Cardinal); |
|
function GetGuildTag: string; |
|
procedure SetGuildTag(GuildTag: string); |
|
procedure Serialize(Writer: TEoWriter); |
Properties
property ByteSize: Cardinal read GetByteSize; |
|
property Name: string read GetName write SetName; |
|
property Title: string read GetTitle write SetTitle; |
|
property Level: Cardinal read GetLevel write SetLevel; |
|
property Icon: TCharacterIcon read GetIcon write SetIcon; |
|
property ClassId: Cardinal read GetClassId write SetClassId; |
|
property GuildTag: string read GetGuildTag write SetGuildTag; |
Description
Methods
function GetByteSize: Cardinal; |
|
This item has no description. |
function GetName: string; |
|
This item has no description. |
procedure SetName(Name: string); |
|
This item has no description. |
function GetTitle: string; |
|
This item has no description. |
procedure SetTitle(Title: string); |
|
This item has no description. |
function GetLevel: Cardinal; |
|
This item has no description. |
procedure SetLevel(Level: Cardinal); |
|
This item has no description. |
function GetIcon: TCharacterIcon; |
|
This item has no description. |
procedure SetIcon(Icon: TCharacterIcon); |
|
This item has no description. |
function GetClassId: Cardinal; |
|
This item has no description. |
procedure SetClassId(ClassId: Cardinal); |
|
This item has no description. |
function GetGuildTag: string; |
|
This item has no description. |
procedure SetGuildTag(GuildTag: string); |
|
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 Name: string read GetName write SetName; |
|
This item has no description. |
property Title: string read GetTitle write SetTitle; |
|
This item has no description. |
property Level: Cardinal read GetLevel write SetLevel; |
|
|
property Icon: TCharacterIcon read GetIcon write SetIcon; |
|
This item has no description. |
property ClassId: Cardinal read GetClassId write SetClassId; |
|
|
property GuildTag: string read GetGuildTag write SetGuildTag; |
|
This item has no description. |
Generated by PasDoc 0.16.0-snapshot.