Class TCharacterDetails
Unit
Declaration
type TCharacterDetails = class(TInterfacedObject, ICharacterDetails)
Description
Information displayed on the paperdoll and book
Hierarchy
- TInterfacedObject
- TCharacterDetails
Overview
Methods
![]() |
function _GetByteSize: Cardinal; |
![]() |
function _GetName: string; |
![]() |
procedure _SetName(Name: string); |
![]() |
function _GetHome: string; |
![]() |
procedure _SetHome(Home: string); |
![]() |
function _GetPartner: string; |
![]() |
procedure _SetPartner(Partner: string); |
![]() |
function _GetTitle: string; |
![]() |
procedure _SetTitle(Title: string); |
![]() |
function _GetGuild: string; |
![]() |
procedure _SetGuild(Guild: string); |
![]() |
function _GetGuildRank: string; |
![]() |
procedure _SetGuildRank(GuildRank: string); |
![]() |
function _GetPlayerId: Cardinal; |
![]() |
procedure _SetPlayerId(PlayerId: Cardinal); |
![]() |
function _GetClassId: Cardinal; |
![]() |
procedure _SetClassId(ClassId: Cardinal); |
![]() |
function _GetGender: TGender; |
![]() |
procedure _SetGender(Gender: TGender); |
![]() |
function _GetAdmin: TAdminLevel; |
![]() |
procedure _SetAdmin(Admin: TAdminLevel); |
![]() |
procedure Serialize(Writer: TEoWriter); |
![]() |
class function Deserialize(Reader: TEoReader): TCharacterDetails; |
Properties
![]() |
property ByteSize: Cardinal read _GetByteSize; |
![]() |
property Name: string read _GetName write _SetName; |
![]() |
property Home: string read _GetHome write _SetHome; |
![]() |
property Partner: string read _GetPartner write _SetPartner; |
![]() |
property Title: string read _GetTitle write _SetTitle; |
![]() |
property Guild: string read _GetGuild write _SetGuild; |
![]() |
property GuildRank: string read _GetGuildRank write _SetGuildRank; |
![]() |
property PlayerId: Cardinal read _GetPlayerId write _SetPlayerId; |
![]() |
property ClassId: Cardinal read _GetClassId write _SetClassId; |
![]() |
property Gender: TGender read _GetGender write _SetGender; |
![]() |
property Admin: TAdminLevel read _GetAdmin write _SetAdmin; |
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 _GetHome: string; |
This item has no description. |
![]() |
procedure _SetHome(Home: string); |
This item has no description. |
![]() |
function _GetPartner: string; |
This item has no description. |
![]() |
procedure _SetPartner(Partner: string); |
This item has no description. |
![]() |
function _GetTitle: string; |
This item has no description. |
![]() |
procedure _SetTitle(Title: string); |
This item has no description. |
![]() |
function _GetGuild: string; |
This item has no description. |
![]() |
procedure _SetGuild(Guild: string); |
This item has no description. |
![]() |
function _GetGuildRank: string; |
This item has no description. |
![]() |
procedure _SetGuildRank(GuildRank: string); |
This item has no description. |
![]() |
function _GetPlayerId: Cardinal; |
This item has no description. |
![]() |
procedure _SetPlayerId(PlayerId: Cardinal); |
This item has no description. |
![]() |
function _GetClassId: Cardinal; |
This item has no description. |
![]() |
procedure _SetClassId(ClassId: Cardinal); |
This item has no description. |
![]() |
function _GetGender: TGender; |
This item has no description. |
![]() |
procedure _SetGender(Gender: TGender); |
This item has no description. |
![]() |
function _GetAdmin: TAdminLevel; |
This item has no description. |
![]() |
procedure _SetAdmin(Admin: TAdminLevel); |
This item has no description. |
![]() |
procedure Serialize(Writer: TEoWriter); |
Serializes this Parameters
|
![]() |
class function Deserialize(Reader: TEoReader): TCharacterDetails; |
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 Home: string read _GetHome write _SetHome; |
This item has no description. |
![]() |
property Partner: string read _GetPartner write _SetPartner; |
This item has no description. |
![]() |
property Title: string read _GetTitle write _SetTitle; |
This item has no description. |
![]() |
property Guild: string read _GetGuild write _SetGuild; |
This item has no description. |
![]() |
property GuildRank: string read _GetGuildRank write _SetGuildRank; |
This item has no description. |
![]() |
property PlayerId: Cardinal read _GetPlayerId write _SetPlayerId; |
|
![]() |
property ClassId: Cardinal read _GetClassId write _SetClassId; |
|
![]() |
property Gender: TGender read _GetGender write _SetGender; |
This item has no description. |
![]() |
property Admin: TAdminLevel read _GetAdmin write _SetAdmin; |
This item has no description. |
Generated by PasDoc 0.16.0-snapshot.