Class TWelcomeReplyServerPacketWelcomeCodeDataSelectCharacter
Unit
Declaration
type TWelcomeReplyServerPacketWelcomeCodeDataSelectCharacter = class(TInterfacedObject, IWelcomeReplyServerPacketWelcomeCodeData, IWelcomeReplyServerPacketWelcomeCodeDataSelectCharacter)
Description
Data associated with IWelcomeReplyServerPacket.WelcomeCode
value 1
.
Hierarchy
- TInterfacedObject
- TWelcomeReplyServerPacketWelcomeCodeDataSelectCharacter
Overview
Methods
function GetByteSize: Cardinal; |
|
function GetSessionId: Cardinal; |
|
procedure SetSessionId(SessionId: Cardinal); |
|
function GetCharacterId: Cardinal; |
|
procedure SetCharacterId(CharacterId: Cardinal); |
|
function GetMapId: Cardinal; |
|
procedure SetMapId(MapId: Cardinal); |
|
function GetMapRid: TArray<Cardinal>; |
|
procedure SetMapRid(MapRid: TArray<Cardinal>); |
|
function GetMapFileSize: Cardinal; |
|
procedure SetMapFileSize(MapFileSize: Cardinal); |
|
function GetEifRid: TArray<Cardinal>; |
|
procedure SetEifRid(EifRid: TArray<Cardinal>); |
|
function GetEifLength: Cardinal; |
|
procedure SetEifLength(EifLength: Cardinal); |
|
function GetEnfRid: TArray<Cardinal>; |
|
procedure SetEnfRid(EnfRid: TArray<Cardinal>); |
|
function GetEnfLength: Cardinal; |
|
procedure SetEnfLength(EnfLength: Cardinal); |
|
function GetEsfRid: TArray<Cardinal>; |
|
procedure SetEsfRid(EsfRid: TArray<Cardinal>); |
|
function GetEsfLength: Cardinal; |
|
procedure SetEsfLength(EsfLength: Cardinal); |
|
function GetEcfRid: TArray<Cardinal>; |
|
procedure SetEcfRid(EcfRid: TArray<Cardinal>); |
|
function GetEcfLength: Cardinal; |
|
procedure SetEcfLength(EcfLength: Cardinal); |
|
function GetName: string; |
|
procedure SetName(Name: string); |
|
function GetTitle: string; |
|
procedure SetTitle(Title: string); |
|
function GetGuildName: string; |
|
procedure SetGuildName(GuildName: string); |
|
function GetGuildRankName: string; |
|
procedure SetGuildRankName(GuildRankName: string); |
|
function GetClassId: Cardinal; |
|
procedure SetClassId(ClassId: Cardinal); |
|
function GetGuildTag: string; |
|
procedure SetGuildTag(GuildTag: string); |
|
function GetAdmin: TAdminLevel; |
|
procedure SetAdmin(Admin: TAdminLevel); |
|
function GetLevel: Cardinal; |
|
procedure SetLevel(Level: Cardinal); |
|
function GetExperience: Cardinal; |
|
procedure SetExperience(Experience: Cardinal); |
|
function GetUsage: Cardinal; |
|
procedure SetUsage(Usage: Cardinal); |
|
function GetStats: ICharacterStatsWelcome; |
|
procedure SetStats(Stats: ICharacterStatsWelcome); |
|
function GetEquipment: IEquipmentWelcome; |
|
procedure SetEquipment(Equipment: IEquipmentWelcome); |
|
function GetGuildRank: Cardinal; |
|
procedure SetGuildRank(GuildRank: Cardinal); |
|
function GetSettings: IServerSettings; |
|
procedure SetSettings(Settings: IServerSettings); |
|
function GetLoginMessageCode: TLoginMessageCode; |
|
procedure SetLoginMessageCode(LoginMessageCode: TLoginMessageCode); |
|
procedure Serialize(Writer: TEoWriter); |
|
class function Deserialize(Reader: TEoReader): TWelcomeReplyServerPacketWelcomeCodeDataSelectCharacter; |
Properties
property ByteSize: Cardinal read GetByteSize; |
|
property SessionId: Cardinal read GetSessionId write SetSessionId; |
|
property CharacterId: Cardinal read GetCharacterId write SetCharacterId; |
|
property MapId: Cardinal read GetMapId write SetMapId; |
|
property MapRid: TArray<Cardinal> read GetMapRid write SetMapRid; |
|
property MapFileSize: Cardinal read GetMapFileSize write SetMapFileSize; |
|
property EifRid: TArray<Cardinal> read GetEifRid write SetEifRid; |
|
property EifLength: Cardinal read GetEifLength write SetEifLength; |
|
property EnfRid: TArray<Cardinal> read GetEnfRid write SetEnfRid; |
|
property EnfLength: Cardinal read GetEnfLength write SetEnfLength; |
|
property EsfRid: TArray<Cardinal> read GetEsfRid write SetEsfRid; |
|
property EsfLength: Cardinal read GetEsfLength write SetEsfLength; |
|
property EcfRid: TArray<Cardinal> read GetEcfRid write SetEcfRid; |
|
property EcfLength: Cardinal read GetEcfLength write SetEcfLength; |
|
property Name: string read GetName write SetName; |
|
property Title: string read GetTitle write SetTitle; |
|
property GuildName: string read GetGuildName write SetGuildName; |
|
property GuildRankName: string read GetGuildRankName write SetGuildRankName; |
|
property ClassId: Cardinal read GetClassId write SetClassId; |
|
property GuildTag: string read GetGuildTag write SetGuildTag; |
|
property Admin: TAdminLevel read GetAdmin write SetAdmin; |
|
property Level: Cardinal read GetLevel write SetLevel; |
|
property Experience: Cardinal read GetExperience write SetExperience; |
|
property Usage: Cardinal read GetUsage write SetUsage; |
|
property Stats: ICharacterStatsWelcome read GetStats write SetStats; |
|
property Equipment: IEquipmentWelcome read GetEquipment write SetEquipment; |
|
property GuildRank: Cardinal read GetGuildRank write SetGuildRank; |
|
property Settings: IServerSettings read GetSettings write SetSettings; |
|
property LoginMessageCode: TLoginMessageCode read GetLoginMessageCode write SetLoginMessageCode; |
Description
Methods
function GetByteSize: Cardinal; |
|
This item has no description. |
function GetSessionId: Cardinal; |
|
This item has no description. |
procedure SetSessionId(SessionId: Cardinal); |
|
This item has no description. |
function GetCharacterId: Cardinal; |
|
This item has no description. |
procedure SetCharacterId(CharacterId: Cardinal); |
|
This item has no description. |
function GetMapId: Cardinal; |
|
This item has no description. |
procedure SetMapId(MapId: Cardinal); |
|
This item has no description. |
function GetMapRid: TArray<Cardinal>; |
|
This item has no description. |
procedure SetMapRid(MapRid: TArray<Cardinal>); |
|
This item has no description. |
function GetMapFileSize: Cardinal; |
|
This item has no description. |
procedure SetMapFileSize(MapFileSize: Cardinal); |
|
This item has no description. |
function GetEifRid: TArray<Cardinal>; |
|
This item has no description. |
procedure SetEifRid(EifRid: TArray<Cardinal>); |
|
This item has no description. |
function GetEifLength: Cardinal; |
|
This item has no description. |
procedure SetEifLength(EifLength: Cardinal); |
|
This item has no description. |
function GetEnfRid: TArray<Cardinal>; |
|
This item has no description. |
procedure SetEnfRid(EnfRid: TArray<Cardinal>); |
|
This item has no description. |
function GetEnfLength: Cardinal; |
|
This item has no description. |
procedure SetEnfLength(EnfLength: Cardinal); |
|
This item has no description. |
function GetEsfRid: TArray<Cardinal>; |
|
This item has no description. |
procedure SetEsfRid(EsfRid: TArray<Cardinal>); |
|
This item has no description. |
function GetEsfLength: Cardinal; |
|
This item has no description. |
procedure SetEsfLength(EsfLength: Cardinal); |
|
This item has no description. |
function GetEcfRid: TArray<Cardinal>; |
|
This item has no description. |
procedure SetEcfRid(EcfRid: TArray<Cardinal>); |
|
This item has no description. |
function GetEcfLength: Cardinal; |
|
This item has no description. |
procedure SetEcfLength(EcfLength: Cardinal); |
|
This item has no description. |
function GetName: string; |
|
This item has no description. |
procedure SetName(Name: string); |
|
This item has no description. |
function GetTitle: string; |
|
This item has no description. |
procedure SetTitle(Title: string); |
|
This item has no description. |
function GetGuildName: string; |
|
This item has no description. |
procedure SetGuildName(GuildName: string); |
|
This item has no description. |
function GetGuildRankName: string; |
|
This item has no description. |
procedure SetGuildRankName(GuildRankName: string); |
|
This item has no description. |
function GetClassId: Cardinal; |
|
This item has no description. |
procedure SetClassId(ClassId: Cardinal); |
|
This item has no description. |
function GetGuildTag: string; |
|
This item has no description. |
procedure SetGuildTag(GuildTag: string); |
|
This item has no description. |
function GetAdmin: TAdminLevel; |
|
This item has no description. |
procedure SetAdmin(Admin: TAdminLevel); |
|
This item has no description. |
function GetLevel: Cardinal; |
|
This item has no description. |
procedure SetLevel(Level: Cardinal); |
|
This item has no description. |
function GetExperience: Cardinal; |
|
This item has no description. |
procedure SetExperience(Experience: Cardinal); |
|
This item has no description. |
function GetUsage: Cardinal; |
|
This item has no description. |
procedure SetUsage(Usage: Cardinal); |
|
This item has no description. |
function GetStats: ICharacterStatsWelcome; |
|
This item has no description. |
procedure SetStats(Stats: ICharacterStatsWelcome); |
|
This item has no description. |
function GetEquipment: IEquipmentWelcome; |
|
This item has no description. |
procedure SetEquipment(Equipment: IEquipmentWelcome); |
|
This item has no description. |
function GetGuildRank: Cardinal; |
|
This item has no description. |
procedure SetGuildRank(GuildRank: Cardinal); |
|
This item has no description. |
function GetSettings: IServerSettings; |
|
This item has no description. |
procedure SetSettings(Settings: IServerSettings); |
|
This item has no description. |
function GetLoginMessageCode: TLoginMessageCode; |
|
This item has no description. |
procedure SetLoginMessageCode(LoginMessageCode: TLoginMessageCode); |
|
This item has no description. |
procedure Serialize(Writer: TEoWriter); |
|
Serializes this Parameters
|
class function Deserialize(Reader: TEoReader): TWelcomeReplyServerPacketWelcomeCodeDataSelectCharacter; |
|
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 SessionId: Cardinal read GetSessionId write SetSessionId; |
|
|
property CharacterId: Cardinal read GetCharacterId write SetCharacterId; |
|
|
property MapId: Cardinal read GetMapId write SetMapId; |
|
|
property MapRid: TArray<Cardinal> read GetMapRid write SetMapRid; |
|
|
property MapFileSize: Cardinal read GetMapFileSize write SetMapFileSize; |
|
|
property EifRid: TArray<Cardinal> read GetEifRid write SetEifRid; |
|
|
property EifLength: Cardinal read GetEifLength write SetEifLength; |
|
|
property EnfRid: TArray<Cardinal> read GetEnfRid write SetEnfRid; |
|
|
property EnfLength: Cardinal read GetEnfLength write SetEnfLength; |
|
|
property EsfRid: TArray<Cardinal> read GetEsfRid write SetEsfRid; |
|
|
property EsfLength: Cardinal read GetEsfLength write SetEsfLength; |
|
|
property EcfRid: TArray<Cardinal> read GetEcfRid write SetEcfRid; |
|
|
property EcfLength: Cardinal read GetEcfLength write SetEcfLength; |
|
|
property Name: string read GetName write SetName; |
|
This item has no description. |
property Title: string read GetTitle write SetTitle; |
|
This item has no description. |
property GuildName: string read GetGuildName write SetGuildName; |
|
This item has no description. |
property GuildRankName: string read GetGuildRankName write SetGuildRankName; |
|
This item has no description. |
property ClassId: Cardinal read GetClassId write SetClassId; |
|
|
property GuildTag: string read GetGuildTag write SetGuildTag; |
|
|
property Admin: TAdminLevel read GetAdmin write SetAdmin; |
|
This item has no description. |
property Level: Cardinal read GetLevel write SetLevel; |
|
|
property Experience: Cardinal read GetExperience write SetExperience; |
|
|
property Usage: Cardinal read GetUsage write SetUsage; |
|
|
property Stats: ICharacterStatsWelcome read GetStats write SetStats; |
|
This item has no description. |
property Equipment: IEquipmentWelcome read GetEquipment write SetEquipment; |
|
This item has no description. |
property GuildRank: Cardinal read GetGuildRank write SetGuildRank; |
|
|
property Settings: IServerSettings read GetSettings write SetSettings; |
|
This item has no description. |
property LoginMessageCode: TLoginMessageCode read GetLoginMessageCode write SetLoginMessageCode; |
|
This item has no description. |
Generated by PasDoc 0.16.0-snapshot.