Interface ICharacterDetails
Unit
Declaration
type ICharacterDetails = interface(IInterface)
Description
Information displayed on the paperdoll and book
Attributes
- GUID['{58B5D2C9-1098-50B8-9E1E-57A04FF43D31}']
Hierarchy
- IInterface
- ICharacterDetails
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); |
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
|
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.