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