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.