Interface IPlayersListFriends
Unit
Declaration
type IPlayersListFriends = interface(IInterface)
Description
Information about online players. Sent in reply to friends list requests.
Attributes
- GUID['{00B42469-6269-58F4-978D-65076F5E22F5}']
Hierarchy
- IInterface
- IPlayersListFriends
Overview
Methods
![]() |
function GetByteSize: Cardinal; |
![]() |
function GetPlayers: TArray<string>; |
![]() |
procedure SetPlayers(Players: TArray<string>); |
![]() |
procedure Serialize(Writer: TEoWriter); |
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
|
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.