Interface IWelcomeReplyServerPacketWelcomeCodeDataSelectCharacter

Unit

Declaration

type IWelcomeReplyServerPacketWelcomeCodeDataSelectCharacter = interface(IWelcomeReplyServerPacketWelcomeCodeData)

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);

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.

Attributes
GUID['{754A2A49-2823-560A-B9AF-D166649B82C6}']
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 IWelcomeReplyServerPacketWelcomeCodeDataSelectCharacter object to the provided TEoWriter.

Parameters
Writer
The writer that this object will be serialized to

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.