Class TPlayersListFriends
Unit
Declaration
type TPlayersListFriends = class(TInterfacedObject, IPlayersListFriends)
Description
Information about online players. Sent in reply to friends list requests.
Hierarchy
- TInterfacedObject
- TPlayersListFriends
Overview
Methods
![]() |
function _GetByteSize: Cardinal; |
![]() |
function _GetPlayers: TArray<string>; |
![]() |
procedure _SetPlayers(Players: TArray<string>); |
![]() |
procedure Serialize(Writer: TEoWriter); |
![]() |
class function Deserialize(Reader: TEoReader): TPlayersListFriends; |
Properties
![]() |
property ByteSize: Cardinal read _GetByteSize; |
![]() |
property Players: TArray<string> read _GetPlayers write _SetPlayers; |
Description
Methods
![]() |
function _GetByteSize: Cardinal; |
|
This item has no description. | |
![]() |
function _GetPlayers: TArray<string>; |
|
This item has no description. | |
![]() |
procedure _SetPlayers(Players: TArray<string>); |
|
This item has no description. | |
![]() |
procedure Serialize(Writer: TEoWriter); |
|
Serializes this Parameters
| |
![]() |
class function Deserialize(Reader: TEoReader): TPlayersListFriends; |
|
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 Players: TArray<string> read _GetPlayers write _SetPlayers; |
|
| |
Generated by PasDoc 0.16.0-snapshot.
