Class TWelcomeReplyServerPacketWelcomeCodeDataSelectCharacter

Unit

Declaration

type TWelcomeReplyServerPacketWelcomeCodeDataSelectCharacter = class(TInterfacedObject, IWelcomeReplyServerPacketWelcomeCodeData, IWelcomeReplyServerPacketWelcomeCodeDataSelectCharacter)

Description

Data associated with IWelcomeReplyServerPacket.WelcomeCode value 1.

Hierarchy

Overview

Methods

Public function _GetByteSize: Cardinal;
Public function _GetSessionId: Cardinal;
Public procedure _SetSessionId(SessionId: Cardinal);
Public function _GetCharacterId: Cardinal;
Public procedure _SetCharacterId(CharacterId: Cardinal);
Public function _GetMapId: Cardinal;
Public procedure _SetMapId(MapId: Cardinal);
Public function _GetMapRid: TArray<Cardinal>;
Public procedure _SetMapRid(MapRid: TArray<Cardinal>);
Public function _GetMapFileSize: Cardinal;
Public procedure _SetMapFileSize(MapFileSize: Cardinal);
Public function _GetEifRid: TArray<Cardinal>;
Public procedure _SetEifRid(EifRid: TArray<Cardinal>);
Public function _GetEifLength: Cardinal;
Public procedure _SetEifLength(EifLength: Cardinal);
Public function _GetEnfRid: TArray<Cardinal>;
Public procedure _SetEnfRid(EnfRid: TArray<Cardinal>);
Public function _GetEnfLength: Cardinal;
Public procedure _SetEnfLength(EnfLength: Cardinal);
Public function _GetEsfRid: TArray<Cardinal>;
Public procedure _SetEsfRid(EsfRid: TArray<Cardinal>);
Public function _GetEsfLength: Cardinal;
Public procedure _SetEsfLength(EsfLength: Cardinal);
Public function _GetEcfRid: TArray<Cardinal>;
Public procedure _SetEcfRid(EcfRid: TArray<Cardinal>);
Public function _GetEcfLength: Cardinal;
Public procedure _SetEcfLength(EcfLength: Cardinal);
Public function _GetName: string;
Public procedure _SetName(Name: string);
Public function _GetTitle: string;
Public procedure _SetTitle(Title: string);
Public function _GetGuildName: string;
Public procedure _SetGuildName(GuildName: string);
Public function _GetGuildRankName: string;
Public procedure _SetGuildRankName(GuildRankName: string);
Public function _GetClassId: Cardinal;
Public procedure _SetClassId(ClassId: Cardinal);
Public function _GetGuildTag: string;
Public procedure _SetGuildTag(GuildTag: string);
Public function _GetAdmin: TAdminLevel;
Public procedure _SetAdmin(Admin: TAdminLevel);
Public function _GetLevel: Cardinal;
Public procedure _SetLevel(Level: Cardinal);
Public function _GetExperience: Cardinal;
Public procedure _SetExperience(Experience: Cardinal);
Public function _GetUsage: Cardinal;
Public procedure _SetUsage(Usage: Cardinal);
Public function _GetStats: ICharacterStatsWelcome;
Public procedure _SetStats(Stats: ICharacterStatsWelcome);
Public function _GetEquipment: IEquipmentWelcome;
Public procedure _SetEquipment(Equipment: IEquipmentWelcome);
Public function _GetGuildRank: Cardinal;
Public procedure _SetGuildRank(GuildRank: Cardinal);
Public function _GetSettings: IServerSettings;
Public procedure _SetSettings(Settings: IServerSettings);
Public function _GetLoginMessageCode: TLoginMessageCode;
Public procedure _SetLoginMessageCode(LoginMessageCode: TLoginMessageCode);
Public procedure Serialize(Writer: TEoWriter);
Public class function Deserialize(Reader: TEoReader): TWelcomeReplyServerPacketWelcomeCodeDataSelectCharacter;

Properties

Public property ByteSize: Cardinal read _GetByteSize;
Public property SessionId: Cardinal read _GetSessionId write _SetSessionId;
Public property CharacterId: Cardinal read _GetCharacterId write _SetCharacterId;
Public property MapId: Cardinal read _GetMapId write _SetMapId;
Public property MapRid: TArray<Cardinal> read _GetMapRid write _SetMapRid;
Public property MapFileSize: Cardinal read _GetMapFileSize write _SetMapFileSize;
Public property EifRid: TArray<Cardinal> read _GetEifRid write _SetEifRid;
Public property EifLength: Cardinal read _GetEifLength write _SetEifLength;
Public property EnfRid: TArray<Cardinal> read _GetEnfRid write _SetEnfRid;
Public property EnfLength: Cardinal read _GetEnfLength write _SetEnfLength;
Public property EsfRid: TArray<Cardinal> read _GetEsfRid write _SetEsfRid;
Public property EsfLength: Cardinal read _GetEsfLength write _SetEsfLength;
Public property EcfRid: TArray<Cardinal> read _GetEcfRid write _SetEcfRid;
Public property EcfLength: Cardinal read _GetEcfLength write _SetEcfLength;
Public property Name: string read _GetName write _SetName;
Public property Title: string read _GetTitle write _SetTitle;
Public property GuildName: string read _GetGuildName write _SetGuildName;
Public property GuildRankName: string read _GetGuildRankName write _SetGuildRankName;
Public property ClassId: Cardinal read _GetClassId write _SetClassId;
Public property GuildTag: string read _GetGuildTag write _SetGuildTag;
Public property Admin: TAdminLevel read _GetAdmin write _SetAdmin;
Public property Level: Cardinal read _GetLevel write _SetLevel;
Public property Experience: Cardinal read _GetExperience write _SetExperience;
Public property Usage: Cardinal read _GetUsage write _SetUsage;
Public property Stats: ICharacterStatsWelcome read _GetStats write _SetStats;
Public property Equipment: IEquipmentWelcome read _GetEquipment write _SetEquipment;
Public property GuildRank: Cardinal read _GetGuildRank write _SetGuildRank;
Public property Settings: IServerSettings read _GetSettings write _SetSettings;
Public property LoginMessageCode: TLoginMessageCode read _GetLoginMessageCode write _SetLoginMessageCode;

Description

Methods

Public function _GetByteSize: Cardinal;

This item has no description.

Public function _GetSessionId: Cardinal;

This item has no description.

Public procedure _SetSessionId(SessionId: Cardinal);

This item has no description.

Public function _GetCharacterId: Cardinal;

This item has no description.

Public procedure _SetCharacterId(CharacterId: Cardinal);

This item has no description.

Public function _GetMapId: Cardinal;

This item has no description.

Public procedure _SetMapId(MapId: Cardinal);

This item has no description.

Public function _GetMapRid: TArray<Cardinal>;

This item has no description.

Public procedure _SetMapRid(MapRid: TArray<Cardinal>);

This item has no description.

Public function _GetMapFileSize: Cardinal;

This item has no description.

Public procedure _SetMapFileSize(MapFileSize: Cardinal);

This item has no description.

Public function _GetEifRid: TArray<Cardinal>;

This item has no description.

Public procedure _SetEifRid(EifRid: TArray<Cardinal>);

This item has no description.

Public function _GetEifLength: Cardinal;

This item has no description.

Public procedure _SetEifLength(EifLength: Cardinal);

This item has no description.

Public function _GetEnfRid: TArray<Cardinal>;

This item has no description.

Public procedure _SetEnfRid(EnfRid: TArray<Cardinal>);

This item has no description.

Public function _GetEnfLength: Cardinal;

This item has no description.

Public procedure _SetEnfLength(EnfLength: Cardinal);

This item has no description.

Public function _GetEsfRid: TArray<Cardinal>;

This item has no description.

Public procedure _SetEsfRid(EsfRid: TArray<Cardinal>);

This item has no description.

Public function _GetEsfLength: Cardinal;

This item has no description.

Public procedure _SetEsfLength(EsfLength: Cardinal);

This item has no description.

Public function _GetEcfRid: TArray<Cardinal>;

This item has no description.

Public procedure _SetEcfRid(EcfRid: TArray<Cardinal>);

This item has no description.

Public function _GetEcfLength: Cardinal;

This item has no description.

Public procedure _SetEcfLength(EcfLength: Cardinal);

This item has no description.

Public function _GetName: string;

This item has no description.

Public procedure _SetName(Name: string);

This item has no description.

Public function _GetTitle: string;

This item has no description.

Public procedure _SetTitle(Title: string);

This item has no description.

Public function _GetGuildName: string;

This item has no description.

Public procedure _SetGuildName(GuildName: string);

This item has no description.

Public function _GetGuildRankName: string;

This item has no description.

Public procedure _SetGuildRankName(GuildRankName: string);

This item has no description.

Public function _GetClassId: Cardinal;

This item has no description.

Public procedure _SetClassId(ClassId: Cardinal);

This item has no description.

Public function _GetGuildTag: string;

This item has no description.

Public procedure _SetGuildTag(GuildTag: string);

This item has no description.

Public function _GetAdmin: TAdminLevel;

This item has no description.

Public procedure _SetAdmin(Admin: TAdminLevel);

This item has no description.

Public function _GetLevel: Cardinal;

This item has no description.

Public procedure _SetLevel(Level: Cardinal);

This item has no description.

Public function _GetExperience: Cardinal;

This item has no description.

Public procedure _SetExperience(Experience: Cardinal);

This item has no description.

Public function _GetUsage: Cardinal;

This item has no description.

Public procedure _SetUsage(Usage: Cardinal);

This item has no description.

Public function _GetStats: ICharacterStatsWelcome;

This item has no description.

Public procedure _SetStats(Stats: ICharacterStatsWelcome);

This item has no description.

Public function _GetEquipment: IEquipmentWelcome;

This item has no description.

Public procedure _SetEquipment(Equipment: IEquipmentWelcome);

This item has no description.

Public function _GetGuildRank: Cardinal;

This item has no description.

Public procedure _SetGuildRank(GuildRank: Cardinal);

This item has no description.

Public function _GetSettings: IServerSettings;

This item has no description.

Public procedure _SetSettings(Settings: IServerSettings);

This item has no description.

Public function _GetLoginMessageCode: TLoginMessageCode;

This item has no description.

Public procedure _SetLoginMessageCode(LoginMessageCode: TLoginMessageCode);

This item has no description.

Public procedure Serialize(Writer: TEoWriter);

Serializes this TWelcomeReplyServerPacketWelcomeCodeDataSelectCharacter object to the provided TEoWriter.

Parameters
Writer
The writer that this object will be serialized to
Public class function Deserialize(Reader: TEoReader): TWelcomeReplyServerPacketWelcomeCodeDataSelectCharacter;

Deserializes an instance of TWelcomeReplyServerPacketWelcomeCodeDataSelectCharacter from the provided TEoReader.

Parameters
Reader
The reader that the object will be deserialized from
Returns

The deserialized object

Properties

Public property ByteSize: Cardinal read _GetByteSize;

The size of the data that this object was deserialized from.

Note
0 if the instance was not created by the Deserialize method.

Public property SessionId: Cardinal read _GetSessionId write _SetSessionId;

Note
Value range is 0-64008

Public property CharacterId: Cardinal read _GetCharacterId write _SetCharacterId;

Note
Value range is 0–197815216

Public property MapId: Cardinal read _GetMapId write _SetMapId;

Note
Value range is 0-64008

Public property MapRid: TArray<Cardinal> read _GetMapRid write _SetMapRid;

Note

  • Length must be 2

  • Element value range is 0-64008

Public property MapFileSize: Cardinal read _GetMapFileSize write _SetMapFileSize;

Note
Value range is 0-16194276

Public property EifRid: TArray<Cardinal> read _GetEifRid write _SetEifRid;

Note

  • Length must be 2

  • Element value range is 0-64008

Public property EifLength: Cardinal read _GetEifLength write _SetEifLength;

Note
Value range is 0-64008

Public property EnfRid: TArray<Cardinal> read _GetEnfRid write _SetEnfRid;

Note

  • Length must be 2

  • Element value range is 0-64008

Public property EnfLength: Cardinal read _GetEnfLength write _SetEnfLength;

Note
Value range is 0-64008

Public property EsfRid: TArray<Cardinal> read _GetEsfRid write _SetEsfRid;

Note

  • Length must be 2

  • Element value range is 0-64008

Public property EsfLength: Cardinal read _GetEsfLength write _SetEsfLength;

Note
Value range is 0-64008

Public property EcfRid: TArray<Cardinal> read _GetEcfRid write _SetEcfRid;

Note

  • Length must be 2

  • Element value range is 0-64008

Public property EcfLength: Cardinal read _GetEcfLength write _SetEcfLength;

Note
Value range is 0-64008

Public property Name: string read _GetName write _SetName;

This item has no description.

Public property Title: string read _GetTitle write _SetTitle;

This item has no description.

Public property GuildName: string read _GetGuildName write _SetGuildName;

This item has no description.

Public property GuildRankName: string read _GetGuildRankName write _SetGuildRankName;

This item has no description.

Public property ClassId: Cardinal read _GetClassId write _SetClassId;

Note
Value range is 0-252

Public property GuildTag: string read _GetGuildTag write _SetGuildTag;

Note
Length must be 3

Public property Admin: TAdminLevel read _GetAdmin write _SetAdmin;

This item has no description.

Public property Level: Cardinal read _GetLevel write _SetLevel;

Note
Value range is 0-252

Public property Experience: Cardinal read _GetExperience write _SetExperience;

Note
Value range is 0–197815216

Public property Usage: Cardinal read _GetUsage write _SetUsage;

Note
Value range is 0–197815216

Public property Stats: ICharacterStatsWelcome read _GetStats write _SetStats;

This item has no description.

Public property Equipment: IEquipmentWelcome read _GetEquipment write _SetEquipment;

This item has no description.

Public property GuildRank: Cardinal read _GetGuildRank write _SetGuildRank;

Note
Value range is 0-252

Public property Settings: IServerSettings read _GetSettings write _SetSettings;

This item has no description.

Public property LoginMessageCode: TLoginMessageCode read _GetLoginMessageCode write _SetLoginMessageCode;

This item has no description.


Generated by PasDoc 0.16.0-snapshot.