Class TWelcomeReplyServerPacketWelcomeCodeDataEnterGame

Unit

Declaration

type TWelcomeReplyServerPacketWelcomeCodeDataEnterGame = class(TInterfacedObject, IWelcomeReplyServerPacketWelcomeCodeData, IWelcomeReplyServerPacketWelcomeCodeDataEnterGame)

Description

Data associated with IWelcomeReplyServerPacket.WelcomeCode value 2.

Hierarchy

Overview

Methods

Public function GetByteSize: Cardinal;
Public function GetNews: TArray<string>;
Public procedure SetNews(News: TArray<string>);
Public function GetWeight: IWeight;
Public procedure SetWeight(Weight: IWeight);
Public function GetItems: TArray<IItem>;
Public procedure SetItems(Items: TArray<IItem>);
Public function GetSpells: TArray<ISpell>;
Public procedure SetSpells(Spells: TArray<ISpell>);
Public function GetNearby: INearbyInfo;
Public procedure SetNearby(Nearby: INearbyInfo);
Public procedure Serialize(Writer: TEoWriter);
Public class function Deserialize(Reader: TEoReader): TWelcomeReplyServerPacketWelcomeCodeDataEnterGame;

Properties

Public property ByteSize: Cardinal read GetByteSize;
Public property News: TArray<string> read GetNews write SetNews;
Public property Weight: IWeight read GetWeight write SetWeight;
Public property Items: TArray<IItem> read GetItems write SetItems;
Public property Spells: TArray<ISpell> read GetSpells write SetSpells;
Public property Nearby: INearbyInfo read GetNearby write SetNearby;

Description

Methods

Public function GetByteSize: Cardinal;

This item has no description.

Public function GetNews: TArray<string>;

This item has no description.

Public procedure SetNews(News: TArray<string>);

This item has no description.

Public function GetWeight: IWeight;

This item has no description.

Public procedure SetWeight(Weight: IWeight);

This item has no description.

Public function GetItems: TArray<IItem>;

This item has no description.

Public procedure SetItems(Items: TArray<IItem>);

This item has no description.

Public function GetSpells: TArray<ISpell>;

This item has no description.

Public procedure SetSpells(Spells: TArray<ISpell>);

This item has no description.

Public function GetNearby: INearbyInfo;

This item has no description.

Public procedure SetNearby(Nearby: INearbyInfo);

This item has no description.

Public procedure Serialize(Writer: TEoWriter);

Serializes this TWelcomeReplyServerPacketWelcomeCodeDataEnterGame object to the provided TEoWriter.

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

Deserializes an instance of TWelcomeReplyServerPacketWelcomeCodeDataEnterGame 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 News: TArray<string> read GetNews write SetNews;

Note
Length must be 9

Public property Weight: IWeight read GetWeight write SetWeight;

This item has no description.

Public property Items: TArray<IItem> read GetItems write SetItems;

This item has no description.

Public property Spells: TArray<ISpell> read GetSpells write SetSpells;

This item has no description.

Public property Nearby: INearbyInfo read GetNearby write SetNearby;

This item has no description.


Generated by PasDoc 0.16.0-snapshot.