Interface IWelcomeReplyServerPacketWelcomeCodeDataEnterGame
Unit
Declaration
type IWelcomeReplyServerPacketWelcomeCodeDataEnterGame = interface(IWelcomeReplyServerPacketWelcomeCodeData)
Description
Data associated with IWelcomeReplyServerPacket.WelcomeCode
value 2
.
Hierarchy
- IInterface
- IWelcomeReplyServerPacketWelcomeCodeData
- IWelcomeReplyServerPacketWelcomeCodeDataEnterGame
Overview
Methods
function GetByteSize: Cardinal; |
|
function GetNews: TArray<string>; |
|
procedure SetNews(News: TArray<string>); |
|
function GetWeight: IWeight; |
|
procedure SetWeight(Weight: IWeight); |
|
function GetItems: TArray<IItem>; |
|
procedure SetItems(Items: TArray<IItem>); |
|
function GetSpells: TArray<ISpell>; |
|
procedure SetSpells(Spells: TArray<ISpell>); |
|
function GetNearby: INearbyInfo; |
|
procedure SetNearby(Nearby: INearbyInfo); |
|
procedure Serialize(Writer: TEoWriter); |
Properties
property ByteSize: Cardinal read GetByteSize; |
|
property News: TArray<string> read GetNews write SetNews; |
|
property Weight: IWeight read GetWeight write SetWeight; |
|
property Items: TArray<IItem> read GetItems write SetItems; |
|
property Spells: TArray<ISpell> read GetSpells write SetSpells; |
|
property Nearby: INearbyInfo read GetNearby write SetNearby; |
Description
Methods
function GetByteSize: Cardinal; |
|
This item has no description. Attributes
|
function GetNews: TArray<string>; |
|
This item has no description. |
procedure SetNews(News: TArray<string>); |
|
This item has no description. |
function GetWeight: IWeight; |
|
This item has no description. |
procedure SetWeight(Weight: IWeight); |
|
This item has no description. |
function GetItems: TArray<IItem>; |
|
This item has no description. |
procedure SetItems(Items: TArray<IItem>); |
|
This item has no description. |
function GetSpells: TArray<ISpell>; |
|
This item has no description. |
procedure SetSpells(Spells: TArray<ISpell>); |
|
This item has no description. |
function GetNearby: INearbyInfo; |
|
This item has no description. |
procedure SetNearby(Nearby: INearbyInfo); |
|
This item has no description. |
procedure Serialize(Writer: TEoWriter); |
|
Serializes this Parameters
|
Properties
property ByteSize: Cardinal read GetByteSize; |
|
The size of the data that this object was deserialized from.
|
property News: TArray<string> read GetNews write SetNews; |
|
|
property Weight: IWeight read GetWeight write SetWeight; |
|
This item has no description. |
property Items: TArray<IItem> read GetItems write SetItems; |
|
This item has no description. |
property Spells: TArray<ISpell> read GetSpells write SetSpells; |
|
This item has no description. |
property Nearby: INearbyInfo read GetNearby write SetNearby; |
|
This item has no description. |
Generated by PasDoc 0.16.0-snapshot.