Interface IInitInitServerPacketReplyCodeDataPlayersListFriends

Unit

Declaration

type IInitInitServerPacketReplyCodeDataPlayersListFriends = interface(IInitInitServerPacketReplyCodeData)

Description

Data associated with IInitInitServerPacket.ReplyCode value 11.

Hierarchy

Overview

Methods

Public function GetByteSize: Cardinal;
Public function GetPlayersList: IPlayersListFriends;
Public procedure SetPlayersList(PlayersList: IPlayersListFriends);
Public procedure Serialize(Writer: TEoWriter);

Properties

Public property ByteSize: Cardinal read GetByteSize;
Public property PlayersList: IPlayersListFriends read GetPlayersList write SetPlayersList;

Description

Methods

Public function GetByteSize: Cardinal;

This item has no description.

Attributes
GUID['{51EECF5B-057B-586D-ACEB-B19F8CA34BC8}']
Public function GetPlayersList: IPlayersListFriends;

This item has no description.

Public procedure SetPlayersList(PlayersList: IPlayersListFriends);

This item has no description.

Public procedure Serialize(Writer: TEoWriter);

Serializes this IInitInitServerPacketReplyCodeDataPlayersListFriends 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 PlayersList: IPlayersListFriends read GetPlayersList write SetPlayersList;

This item has no description.


Generated by PasDoc 0.16.0-snapshot.