Interface IArenaAcceptServerPacket
Unit
Declaration
type IArenaAcceptServerPacket = interface(IPacket)
Description
Arena win message
Hierarchy
- IInterface
- IPacket
- IArenaAcceptServerPacket
Overview
Methods
![]() |
function GetByteSize: Cardinal; |
![]() |
function GetWinnerName: string; |
![]() |
procedure SetWinnerName(WinnerName: string); |
![]() |
function GetKillsCount: Cardinal; |
![]() |
procedure SetKillsCount(KillsCount: Cardinal); |
![]() |
function GetKillerName: string; |
![]() |
procedure SetKillerName(KillerName: string); |
![]() |
function GetVictimName: string; |
![]() |
procedure SetVictimName(VictimName: string); |
![]() |
function Family: TPacketFamily; |
![]() |
function Action: TPacketAction; |
![]() |
procedure Serialize(Writer: TEoWriter); |
Properties
![]() |
property ByteSize: Cardinal read GetByteSize; |
![]() |
property WinnerName: string read GetWinnerName write SetWinnerName; |
![]() |
property KillsCount: Cardinal read GetKillsCount write SetKillsCount; |
![]() |
property KillerName: string read GetKillerName write SetKillerName; |
![]() |
property VictimName: string read GetVictimName write SetVictimName; |
Description
Methods
![]() |
function GetByteSize: Cardinal; |
This item has no description. Attributes
|
![]() |
function GetWinnerName: string; |
This item has no description. |
![]() |
procedure SetWinnerName(WinnerName: string); |
This item has no description. |
![]() |
function GetKillsCount: Cardinal; |
This item has no description. |
![]() |
procedure SetKillsCount(KillsCount: Cardinal); |
This item has no description. |
![]() |
function GetKillerName: string; |
This item has no description. |
![]() |
procedure SetKillerName(KillerName: string); |
This item has no description. |
![]() |
function GetVictimName: string; |
This item has no description. |
![]() |
procedure SetVictimName(VictimName: string); |
This item has no description. |
![]() |
function Family: TPacketFamily; |
Returns the packet family associated with this packet. ReturnsThe packet family associated with this packet |
![]() |
function Action: TPacketAction; |
Returns the packet action associated with this packet. ReturnsThe packet action associated with this packet |
![]() |
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 WinnerName: string read GetWinnerName write SetWinnerName; |
This item has no description. |
![]() |
property KillsCount: Cardinal read GetKillsCount write SetKillsCount; |
|
![]() |
property KillerName: string read GetKillerName write SetKillerName; |
This item has no description. |
![]() |
property VictimName: string read GetVictimName write SetVictimName; |
This item has no description. |
Generated by PasDoc 0.16.0-snapshot.