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.
