Interface ICharacterSelectionListEntry
Unit
Declaration
type ICharacterSelectionListEntry = interface(IInterface)
Description
Character selection screen character
Attributes
- GUID['{9F01AE0A-DCD7-5EC1-920A-2036172EEF6B}']
Hierarchy
- IInterface
- ICharacterSelectionListEntry
Overview
Methods
function GetByteSize: Cardinal; |
|
function GetName: string; |
|
procedure SetName(Name: string); |
|
function GetId: Cardinal; |
|
procedure SetId(Id: Cardinal); |
|
function GetLevel: Cardinal; |
|
procedure SetLevel(Level: Cardinal); |
|
function GetGender: TGender; |
|
procedure SetGender(Gender: TGender); |
|
function GetHairStyle: Cardinal; |
|
procedure SetHairStyle(HairStyle: Cardinal); |
|
function GetHairColor: Cardinal; |
|
procedure SetHairColor(HairColor: Cardinal); |
|
function GetSkin: Cardinal; |
|
procedure SetSkin(Skin: Cardinal); |
|
function GetAdmin: TAdminLevel; |
|
procedure SetAdmin(Admin: TAdminLevel); |
|
function GetEquipment: IEquipmentCharacterSelect; |
|
procedure SetEquipment(Equipment: IEquipmentCharacterSelect); |
|
procedure Serialize(Writer: TEoWriter); |
Properties
property ByteSize: Cardinal read GetByteSize; |
|
property Name: string read GetName write SetName; |
|
property Id: Cardinal read GetId write SetId; |
|
property Level: Cardinal read GetLevel write SetLevel; |
|
property Gender: TGender read GetGender write SetGender; |
|
property HairStyle: Cardinal read GetHairStyle write SetHairStyle; |
|
property HairColor: Cardinal read GetHairColor write SetHairColor; |
|
property Skin: Cardinal read GetSkin write SetSkin; |
|
property Admin: TAdminLevel read GetAdmin write SetAdmin; |
|
property Equipment: IEquipmentCharacterSelect read GetEquipment write SetEquipment; |
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 GetId: Cardinal; |
|
This item has no description. |
procedure SetId(Id: Cardinal); |
|
This item has no description. |
function GetLevel: Cardinal; |
|
This item has no description. |
procedure SetLevel(Level: Cardinal); |
|
This item has no description. |
function GetGender: TGender; |
|
This item has no description. |
procedure SetGender(Gender: TGender); |
|
This item has no description. |
function GetHairStyle: Cardinal; |
|
This item has no description. |
procedure SetHairStyle(HairStyle: Cardinal); |
|
This item has no description. |
function GetHairColor: Cardinal; |
|
This item has no description. |
procedure SetHairColor(HairColor: Cardinal); |
|
This item has no description. |
function GetSkin: Cardinal; |
|
This item has no description. |
procedure SetSkin(Skin: Cardinal); |
|
This item has no description. |
function GetAdmin: TAdminLevel; |
|
This item has no description. |
procedure SetAdmin(Admin: TAdminLevel); |
|
This item has no description. |
function GetEquipment: IEquipmentCharacterSelect; |
|
This item has no description. |
procedure SetEquipment(Equipment: IEquipmentCharacterSelect); |
|
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 Id: Cardinal read GetId write SetId; |
|
|
property Level: Cardinal read GetLevel write SetLevel; |
|
|
property Gender: TGender read GetGender write SetGender; |
|
This item has no description. |
property HairStyle: Cardinal read GetHairStyle write SetHairStyle; |
|
|
property HairColor: Cardinal read GetHairColor write SetHairColor; |
|
|
property Skin: Cardinal read GetSkin write SetSkin; |
|
|
property Admin: TAdminLevel read GetAdmin write SetAdmin; |
|
This item has no description. |
property Equipment: IEquipmentCharacterSelect read GetEquipment write SetEquipment; |
|
This item has no description. |
Generated by PasDoc 0.16.0-snapshot.