Interface IPlayersList
Unit
Declaration
type IPlayersList = interface(IInterface)
Description
Information about online players
Attributes
- GUID['{301D05FB-2691-5CA6-BA4B-75B2E5252445}']
Hierarchy
- IInterface
- IPlayersList
Overview
Methods
![]() |
function GetByteSize: Cardinal; |
![]() |
function GetPlayers: TArray<IOnlinePlayer>; |
![]() |
procedure SetPlayers(Players: TArray<IOnlinePlayer>); |
![]() |
procedure Serialize(Writer: TEoWriter); |
Properties
![]() |
property ByteSize: Cardinal read GetByteSize; |
![]() |
property Players: TArray<IOnlinePlayer> read GetPlayers write SetPlayers; |
Description
Methods
![]() |
function GetByteSize: Cardinal; |
This item has no description. |
![]() |
function GetPlayers: TArray<IOnlinePlayer>; |
This item has no description. |
![]() |
procedure SetPlayers(Players: TArray<IOnlinePlayer>); |
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<IOnlinePlayer> read GetPlayers write SetPlayers; |
|
Generated by PasDoc 0.16.0-snapshot.