Class TWelcomeReplyServerPacketWelcomeCodeDataEnterGame
Unit
Declaration
type TWelcomeReplyServerPacketWelcomeCodeDataEnterGame = class(TInterfacedObject, IWelcomeReplyServerPacketWelcomeCodeData, IWelcomeReplyServerPacketWelcomeCodeDataEnterGame)
Description
Data associated with IWelcomeReplyServerPacket.WelcomeCode value 2.
Hierarchy
- TInterfacedObject
- TWelcomeReplyServerPacketWelcomeCodeDataEnterGame
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); |
![]() |
class function Deserialize(Reader: TEoReader): TWelcomeReplyServerPacketWelcomeCodeDataEnterGame; |
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. | |
![]() |
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
| |
![]() |
class function Deserialize(Reader: TEoReader): TWelcomeReplyServerPacketWelcomeCodeDataEnterGame; |
|
Deserializes an instance of Parameters
ReturnsThe deserialized object | |
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.
