Class TOnlinePlayer
Unit
Declaration
type TOnlinePlayer = class(TInterfacedObject, IOnlinePlayer)
Description
A player in the online list
Hierarchy
- TInterfacedObject
- TOnlinePlayer
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); |
|
class function Deserialize(Reader: TEoReader): TOnlinePlayer; |
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
|
class function Deserialize(Reader: TEoReader): TOnlinePlayer; |
|
Deserializes an instance of Parameters
ReturnsThe deserialized object |
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.