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.
