Interface IInitInitServerPacketReplyCodeDataPlayersListFriends
Unit
Declaration
type IInitInitServerPacketReplyCodeDataPlayersListFriends = interface(IInitInitServerPacketReplyCodeData)
Description
Data associated with IInitInitServerPacket.ReplyCode
value 11
.
Hierarchy
- IInterface
- IInitInitServerPacketReplyCodeData
- IInitInitServerPacketReplyCodeDataPlayersListFriends
Overview
Methods
![]() |
function GetByteSize: Cardinal; |
![]() |
function GetPlayersList: IPlayersListFriends; |
![]() |
procedure SetPlayersList(PlayersList: IPlayersListFriends); |
![]() |
procedure Serialize(Writer: TEoWriter); |
Properties
![]() |
property ByteSize: Cardinal read GetByteSize; |
![]() |
property PlayersList: IPlayersListFriends read GetPlayersList write SetPlayersList; |
Description
Methods
![]() |
function GetByteSize: Cardinal; |
This item has no description. Attributes
|
![]() |
function GetPlayersList: IPlayersListFriends; |
This item has no description. |
![]() |
procedure SetPlayersList(PlayersList: IPlayersListFriends); |
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 PlayersList: IPlayersListFriends read GetPlayersList write SetPlayersList; |
This item has no description. |
Generated by PasDoc 0.16.0-snapshot.