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.
