Class TAdminInteractReplyServerPacketMessageTypeDataReport
Unit
Declaration
type TAdminInteractReplyServerPacketMessageTypeDataReport = class(TInterfacedObject, IAdminInteractReplyServerPacketMessageTypeData, IAdminInteractReplyServerPacketMessageTypeDataReport)
Description
Data associated with IAdminInteractReplyServerPacket.MessageType value 2.
Hierarchy
- TInterfacedObject
- TAdminInteractReplyServerPacketMessageTypeDataReport
Overview
Methods
![]() |
function _GetByteSize: Cardinal; |
![]() |
function _GetPlayerName: string; |
![]() |
procedure _SetPlayerName(PlayerName: string); |
![]() |
function _GetMessage: string; |
![]() |
procedure _SetMessage(Message: string); |
![]() |
function _GetReporteeName: string; |
![]() |
procedure _SetReporteeName(ReporteeName: string); |
![]() |
procedure Serialize(Writer: TEoWriter); |
![]() |
class function Deserialize(Reader: TEoReader): TAdminInteractReplyServerPacketMessageTypeDataReport; |
Properties
![]() |
property ByteSize: Cardinal read _GetByteSize; |
![]() |
property PlayerName: string read _GetPlayerName write _SetPlayerName; |
![]() |
property Message: string read _GetMessage write _SetMessage; |
![]() |
property ReporteeName: string read _GetReporteeName write _SetReporteeName; |
Description
Methods
![]() |
function _GetByteSize: Cardinal; |
|
This item has no description. | |
![]() |
function _GetPlayerName: string; |
|
This item has no description. | |
![]() |
procedure _SetPlayerName(PlayerName: string); |
|
This item has no description. | |
![]() |
function _GetMessage: string; |
|
This item has no description. | |
![]() |
procedure _SetMessage(Message: string); |
|
This item has no description. | |
![]() |
function _GetReporteeName: string; |
|
This item has no description. | |
![]() |
procedure _SetReporteeName(ReporteeName: string); |
|
This item has no description. | |
![]() |
procedure Serialize(Writer: TEoWriter); |
|
Serializes this Parameters
| |
![]() |
class function Deserialize(Reader: TEoReader): TAdminInteractReplyServerPacketMessageTypeDataReport; |
|
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 PlayerName: string read _GetPlayerName write _SetPlayerName; |
|
This item has no description. | |
![]() |
property Message: string read _GetMessage write _SetMessage; |
|
This item has no description. | |
![]() |
property ReporteeName: string read _GetReporteeName write _SetReporteeName; |
|
This item has no description. | |
Generated by PasDoc 0.16.0-snapshot.
