Class TAvatarAdminServerPacket
Unit
Declaration
type TAvatarAdminServerPacket = class(TInterfacedObject, IPacket, IAvatarAdminServerPacket)
Description
Nearby player hit by a damage spell from a player
Hierarchy
- TInterfacedObject
- TAvatarAdminServerPacket
Overview
Methods
![]() |
function GetByteSize: Cardinal; |
![]() |
function GetCasterId: Cardinal; |
![]() |
procedure SetCasterId(CasterId: Cardinal); |
![]() |
function GetVictimId: Cardinal; |
![]() |
procedure SetVictimId(VictimId: Cardinal); |
![]() |
function GetDamage: Cardinal; |
![]() |
procedure SetDamage(Damage: Cardinal); |
![]() |
function GetCasterDirection: TDirection; |
![]() |
procedure SetCasterDirection(CasterDirection: TDirection); |
![]() |
function GetHpPercentage: Cardinal; |
![]() |
procedure SetHpPercentage(HpPercentage: Cardinal); |
![]() |
function GetVictimDied: Boolean; |
![]() |
procedure SetVictimDied(VictimDied: Boolean); |
![]() |
function GetSpellId: Cardinal; |
![]() |
procedure SetSpellId(SpellId: Cardinal); |
![]() |
function Family: TPacketFamily; |
![]() |
function Action: TPacketAction; |
![]() |
procedure Serialize(Writer: TEoWriter); |
![]() |
class function PacketFamily: TPacketFamily; |
![]() |
class function PacketAction: TPacketAction; |
![]() |
class function Deserialize(Reader: TEoReader): TAvatarAdminServerPacket; |
Properties
![]() |
property ByteSize: Cardinal read GetByteSize; |
![]() |
property CasterId: Cardinal read GetCasterId write SetCasterId; |
![]() |
property VictimId: Cardinal read GetVictimId write SetVictimId; |
![]() |
property Damage: Cardinal read GetDamage write SetDamage; |
![]() |
property CasterDirection: TDirection read GetCasterDirection write SetCasterDirection; |
![]() |
property HpPercentage: Cardinal read GetHpPercentage write SetHpPercentage; |
![]() |
property VictimDied: Boolean read GetVictimDied write SetVictimDied; |
![]() |
property SpellId: Cardinal read GetSpellId write SetSpellId; |
Description
Methods
![]() |
function GetByteSize: Cardinal; |
This item has no description. |
![]() |
function GetCasterId: Cardinal; |
This item has no description. |
![]() |
procedure SetCasterId(CasterId: Cardinal); |
This item has no description. |
![]() |
function GetVictimId: Cardinal; |
This item has no description. |
![]() |
procedure SetVictimId(VictimId: Cardinal); |
This item has no description. |
![]() |
function GetDamage: Cardinal; |
This item has no description. |
![]() |
procedure SetDamage(Damage: Cardinal); |
This item has no description. |
![]() |
function GetCasterDirection: TDirection; |
This item has no description. |
![]() |
procedure SetCasterDirection(CasterDirection: TDirection); |
This item has no description. |
![]() |
function GetHpPercentage: Cardinal; |
This item has no description. |
![]() |
procedure SetHpPercentage(HpPercentage: Cardinal); |
This item has no description. |
![]() |
function GetVictimDied: Boolean; |
This item has no description. |
![]() |
procedure SetVictimDied(VictimDied: Boolean); |
This item has no description. |
![]() |
function GetSpellId: Cardinal; |
This item has no description. |
![]() |
procedure SetSpellId(SpellId: 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): TAvatarAdminServerPacket; |
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 CasterId: Cardinal read GetCasterId write SetCasterId; |
|
![]() |
property VictimId: Cardinal read GetVictimId write SetVictimId; |
|
![]() |
property Damage: Cardinal read GetDamage write SetDamage; |
|
![]() |
property CasterDirection: TDirection read GetCasterDirection write SetCasterDirection; |
This item has no description. |
![]() |
property HpPercentage: Cardinal read GetHpPercentage write SetHpPercentage; |
|
![]() |
property VictimDied: Boolean read GetVictimDied write SetVictimDied; |
This item has no description. |
![]() |
property SpellId: Cardinal read GetSpellId write SetSpellId; |
|
Generated by PasDoc 0.16.0-snapshot.