Class TCharacterRemoveClientPacket
Unit
Declaration
type TCharacterRemoveClientPacket = class(TInterfacedObject, IPacket, ICharacterRemoveClientPacket)
Description
Confirm deleting character from an account
Hierarchy
- TInterfacedObject
- TCharacterRemoveClientPacket
Overview
Methods
function GetByteSize: Cardinal; |
|
function GetSessionId: Cardinal; |
|
procedure SetSessionId(SessionId: Cardinal); |
|
function GetCharacterId: Cardinal; |
|
procedure SetCharacterId(CharacterId: Cardinal); |
|
function Family: TPacketFamily; |
|
function Action: TPacketAction; |
|
procedure Serialize(Writer: TEoWriter); |
|
class function PacketFamily: TPacketFamily; |
|
class function PacketAction: TPacketAction; |
|
class function Deserialize(Reader: TEoReader): TCharacterRemoveClientPacket; |
Properties
property ByteSize: Cardinal read GetByteSize; |
|
property SessionId: Cardinal read GetSessionId write SetSessionId; |
|
property CharacterId: Cardinal read GetCharacterId write SetCharacterId; |
Description
Methods
function GetByteSize: Cardinal; |
|
This item has no description. |
function GetSessionId: Cardinal; |
|
This item has no description. |
procedure SetSessionId(SessionId: Cardinal); |
|
This item has no description. |
function GetCharacterId: Cardinal; |
|
This item has no description. |
procedure SetCharacterId(CharacterId: Cardinal); |
|
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
|
class function PacketFamily: TPacketFamily; |
|
Returns the packet family associated with this packet. ReturnsThe packet family associated with this packet |
class function PacketAction: TPacketAction; |
|
Returns the packet action associated with this packet. ReturnsThe packet action associated with this packet |
class function Deserialize(Reader: TEoReader): TCharacterRemoveClientPacket; |
|
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 SessionId: Cardinal read GetSessionId write SetSessionId; |
|
|
property CharacterId: Cardinal read GetCharacterId write SetCharacterId; |
|
The official client sends a short, which gets written as a variable-sized integer (2-4 bytes) due to a quirk of the official encoding routine. However, the official server expects an int.
|
Generated by PasDoc 0.16.0-snapshot.