Interface ICharacterTakeClientPacket
Unit
Declaration
type ICharacterTakeClientPacket = interface(IPacket)
Description
Request to delete a character from an account
Hierarchy
- IInterface
- IPacket
- ICharacterTakeClientPacket
Overview
Methods
function GetByteSize: Cardinal; |
|
function GetCharacterId: Cardinal; |
|
procedure SetCharacterId(CharacterId: Cardinal); |
|
function Family: TPacketFamily; |
|
function Action: TPacketAction; |
|
procedure Serialize(Writer: TEoWriter); |
Properties
property ByteSize: Cardinal read GetByteSize; |
|
property CharacterId: Cardinal read GetCharacterId write SetCharacterId; |
Description
Methods
function GetByteSize: Cardinal; |
|
This item has no description. Attributes
|
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
|
Properties
property ByteSize: Cardinal read GetByteSize; |
|
The size of the data that this object was deserialized from.
|
property CharacterId: Cardinal read GetCharacterId write SetCharacterId; |
|
|
Generated by PasDoc 0.16.0-snapshot.