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.
