Interface IArenaSpecServerPacket
Unit
Declaration
type IArenaSpecServerPacket = interface(IPacket)
Description
Arena kill message
Hierarchy
- IInterface
- IPacket
- IArenaSpecServerPacket
Overview
Methods
function GetByteSize: Cardinal; |
|
function GetPlayerId: Cardinal; |
|
procedure SetPlayerId(PlayerId: Cardinal); |
|
function GetDirection: TDirection; |
|
procedure SetDirection(Direction: TDirection); |
|
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 PlayerId: Cardinal read GetPlayerId write SetPlayerId; |
|
property Direction: TDirection read GetDirection write SetDirection; |
|
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 GetPlayerId: Cardinal; |
|
This item has no description. |
procedure SetPlayerId(PlayerId: Cardinal); |
|
This item has no description. |
function GetDirection: TDirection; |
|
This item has no description. |
procedure SetDirection(Direction: TDirection); |
|
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 PlayerId: Cardinal read GetPlayerId write SetPlayerId; |
|
|
property Direction: TDirection read GetDirection write SetDirection; |
|
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.