Interface IWelcomeReplyServerPacketWelcomeCodeDataEnterGame

Unit

Declaration

type IWelcomeReplyServerPacketWelcomeCodeDataEnterGame = interface(IWelcomeReplyServerPacketWelcomeCodeData)

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

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.

Attributes
GUID['{D5272B6D-4527-5BF0-B74E-80A17CE2F3F7}']
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 IWelcomeReplyServerPacketWelcomeCodeDataEnterGame 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 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.