Class TCharacterDetails

Unit

Declaration

type TCharacterDetails = class(TInterfacedObject, ICharacterDetails)

Description

Information displayed on the paperdoll and book

Hierarchy

Overview

Methods

Public function GetByteSize: Cardinal;
Public function GetName: string;
Public procedure SetName(Name: string);
Public function GetHome: string;
Public procedure SetHome(Home: string);
Public function GetPartner: string;
Public procedure SetPartner(Partner: string);
Public function GetTitle: string;
Public procedure SetTitle(Title: string);
Public function GetGuild: string;
Public procedure SetGuild(Guild: string);
Public function GetGuildRank: string;
Public procedure SetGuildRank(GuildRank: string);
Public function GetPlayerId: Cardinal;
Public procedure SetPlayerId(PlayerId: Cardinal);
Public function GetClassId: Cardinal;
Public procedure SetClassId(ClassId: Cardinal);
Public function GetGender: TGender;
Public procedure SetGender(Gender: TGender);
Public function GetAdmin: TAdminLevel;
Public procedure SetAdmin(Admin: TAdminLevel);
Public procedure Serialize(Writer: TEoWriter);
Public class function Deserialize(Reader: TEoReader): TCharacterDetails;

Properties

Public property ByteSize: Cardinal read GetByteSize;
Public property Name: string read GetName write SetName;
Public property Home: string read GetHome write SetHome;
Public property Partner: string read GetPartner write SetPartner;
Public property Title: string read GetTitle write SetTitle;
Public property Guild: string read GetGuild write SetGuild;
Public property GuildRank: string read GetGuildRank write SetGuildRank;
Public property PlayerId: Cardinal read GetPlayerId write SetPlayerId;
Public property ClassId: Cardinal read GetClassId write SetClassId;
Public property Gender: TGender read GetGender write SetGender;
Public property Admin: TAdminLevel read GetAdmin write SetAdmin;

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 GetHome: string;

This item has no description.

Public procedure SetHome(Home: string);

This item has no description.

Public function GetPartner: string;

This item has no description.

Public procedure SetPartner(Partner: 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 GetGuild: string;

This item has no description.

Public procedure SetGuild(Guild: string);

This item has no description.

Public function GetGuildRank: string;

This item has no description.

Public procedure SetGuildRank(GuildRank: string);

This item has no description.

Public function GetPlayerId: Cardinal;

This item has no description.

Public procedure SetPlayerId(PlayerId: Cardinal);

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 GetGender: TGender;

This item has no description.

Public procedure SetGender(Gender: TGender);

This item has no description.

Public function GetAdmin: TAdminLevel;

This item has no description.

Public procedure SetAdmin(Admin: TAdminLevel);

This item has no description.

Public procedure Serialize(Writer: TEoWriter);

Serializes this TCharacterDetails object to the provided TEoWriter.

Parameters
Writer
The writer that this object will be serialized to
Public class function Deserialize(Reader: TEoReader): TCharacterDetails;

Deserializes an instance of TCharacterDetails from the provided TEoReader.

Parameters
Reader
The reader that the object will be deserialized from
Returns

The deserialized object

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 Home: string read GetHome write SetHome;

This item has no description.

Public property Partner: string read GetPartner write SetPartner;

This item has no description.

Public property Title: string read GetTitle write SetTitle;

This item has no description.

Public property Guild: string read GetGuild write SetGuild;

This item has no description.

Public property GuildRank: string read GetGuildRank write SetGuildRank;

This item has no description.

Public property PlayerId: Cardinal read GetPlayerId write SetPlayerId;

Note
Value range is 0-64008

Public property ClassId: Cardinal read GetClassId write SetClassId;

Note
Value range is 0-252

Public property Gender: TGender read GetGender write SetGender;

This item has no description.

Public property Admin: TAdminLevel read GetAdmin write SetAdmin;

This item has no description.


Generated by PasDoc 0.16.0-snapshot.