Class TSpellTargetOtherClientPacket
Unit
Declaration
type TSpellTargetOtherClientPacket = class(TInterfacedObject, IPacket, ISpellTargetOtherClientPacket)
Description
Targeted spell cast
Hierarchy
- TInterfacedObject
- TSpellTargetOtherClientPacket
Overview
Methods
function GetByteSize: Cardinal; |
|
function GetTargetType: TSpellTargetType; |
|
procedure SetTargetType(TargetType: TSpellTargetType); |
|
function GetPreviousTimestamp: Cardinal; |
|
procedure SetPreviousTimestamp(PreviousTimestamp: Cardinal); |
|
function GetSpellId: Cardinal; |
|
procedure SetSpellId(SpellId: Cardinal); |
|
function GetVictimId: Cardinal; |
|
procedure SetVictimId(VictimId: Cardinal); |
|
function GetTimestamp: Cardinal; |
|
procedure SetTimestamp(Timestamp: Cardinal); |
|
function Family: TPacketFamily; |
|
function Action: TPacketAction; |
|
procedure Serialize(Writer: TEoWriter); |
|
class function PacketFamily: TPacketFamily; |
|
class function PacketAction: TPacketAction; |
|
class function Deserialize(Reader: TEoReader): TSpellTargetOtherClientPacket; |
Properties
property ByteSize: Cardinal read GetByteSize; |
|
property TargetType: TSpellTargetType read GetTargetType write SetTargetType; |
|
property PreviousTimestamp: Cardinal read GetPreviousTimestamp write SetPreviousTimestamp; |
|
property SpellId: Cardinal read GetSpellId write SetSpellId; |
|
property VictimId: Cardinal read GetVictimId write SetVictimId; |
|
property Timestamp: Cardinal read GetTimestamp write SetTimestamp; |
Description
Methods
function GetByteSize: Cardinal; |
|
This item has no description. |
function GetTargetType: TSpellTargetType; |
|
This item has no description. |
procedure SetTargetType(TargetType: TSpellTargetType); |
|
This item has no description. |
function GetPreviousTimestamp: Cardinal; |
|
This item has no description. |
procedure SetPreviousTimestamp(PreviousTimestamp: Cardinal); |
|
This item has no description. |
function GetSpellId: Cardinal; |
|
This item has no description. |
procedure SetSpellId(SpellId: Cardinal); |
|
This item has no description. |
function GetVictimId: Cardinal; |
|
This item has no description. |
procedure SetVictimId(VictimId: Cardinal); |
|
This item has no description. |
function GetTimestamp: Cardinal; |
|
This item has no description. |
procedure SetTimestamp(Timestamp: 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): TSpellTargetOtherClientPacket; |
|
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 TargetType: TSpellTargetType read GetTargetType write SetTargetType; |
|
This item has no description. |
property PreviousTimestamp: Cardinal read GetPreviousTimestamp write SetPreviousTimestamp; |
|
|
property SpellId: Cardinal read GetSpellId write SetSpellId; |
|
|
property VictimId: Cardinal read GetVictimId write SetVictimId; |
|
|
property Timestamp: Cardinal read GetTimestamp write SetTimestamp; |
|
|
Generated by PasDoc 0.16.0-snapshot.