Class TNpcPlayerServerPacket
Unit
Declaration
type TNpcPlayerServerPacket = class(TInterfacedObject, IPacket, INpcPlayerServerPacket)
Description
Main NPC update message
Hierarchy
- TInterfacedObject
- TNpcPlayerServerPacket
Overview
Methods
![]() |
function _GetByteSize: Cardinal; |
![]() |
function _GetPositions: TArray<INpcUpdatePosition>; |
![]() |
procedure _SetPositions(Positions: TArray<INpcUpdatePosition>); |
![]() |
function _GetAttacks: TArray<INpcUpdateAttack>; |
![]() |
procedure _SetAttacks(Attacks: TArray<INpcUpdateAttack>); |
![]() |
function _GetChats: TArray<INpcUpdateChat>; |
![]() |
procedure _SetChats(Chats: TArray<INpcUpdateChat>); |
![]() |
function _GetHp: TOptional<Cardinal>; |
![]() |
procedure _SetHp(Hp: TOptional<Cardinal>); |
![]() |
function _GetTp: TOptional<Cardinal>; |
![]() |
procedure _SetTp(Tp: TOptional<Cardinal>); |
![]() |
function Family: TPacketFamily; |
![]() |
function Action: TPacketAction; |
![]() |
procedure Serialize(Writer: TEoWriter); |
![]() |
class function PacketFamily: TPacketFamily; |
![]() |
class function PacketAction: TPacketAction; |
![]() |
class function Deserialize(Reader: TEoReader): TNpcPlayerServerPacket; |
Properties
![]() |
property ByteSize: Cardinal read _GetByteSize; |
![]() |
property Positions: TArray<INpcUpdatePosition> read _GetPositions write _SetPositions; |
![]() |
property Attacks: TArray<INpcUpdateAttack> read _GetAttacks write _SetAttacks; |
![]() |
property Chats: TArray<INpcUpdateChat> read _GetChats write _SetChats; |
![]() |
property Hp: TOptional<Cardinal> read _GetHp write _SetHp; |
![]() |
property Tp: TOptional<Cardinal> read _GetTp write _SetTp; |
Description
Methods
![]() |
function _GetByteSize: Cardinal; |
|
This item has no description. | |
![]() |
function _GetPositions: TArray<INpcUpdatePosition>; |
|
This item has no description. | |
![]() |
procedure _SetPositions(Positions: TArray<INpcUpdatePosition>); |
|
This item has no description. | |
![]() |
function _GetAttacks: TArray<INpcUpdateAttack>; |
|
This item has no description. | |
![]() |
procedure _SetAttacks(Attacks: TArray<INpcUpdateAttack>); |
|
This item has no description. | |
![]() |
function _GetChats: TArray<INpcUpdateChat>; |
|
This item has no description. | |
![]() |
procedure _SetChats(Chats: TArray<INpcUpdateChat>); |
|
This item has no description. | |
![]() |
function _GetHp: TOptional<Cardinal>; |
|
This item has no description. | |
![]() |
procedure _SetHp(Hp: TOptional<Cardinal>); |
|
This item has no description. | |
![]() |
function _GetTp: TOptional<Cardinal>; |
|
This item has no description. | |
![]() |
procedure _SetTp(Tp: TOptional<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): TNpcPlayerServerPacket; |
|
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 Positions: TArray<INpcUpdatePosition> read _GetPositions write _SetPositions; |
|
This item has no description. | |
![]() |
property Attacks: TArray<INpcUpdateAttack> read _GetAttacks write _SetAttacks; |
|
This item has no description. | |
![]() |
property Chats: TArray<INpcUpdateChat> read _GetChats write _SetChats; |
|
This item has no description. | |
![]() |
property Hp: TOptional<Cardinal> read _GetHp write _SetHp; |
|
| |
![]() |
property Tp: TOptional<Cardinal> read _GetTp write _SetTp; |
|
| |
Generated by PasDoc 0.16.0-snapshot.
