Class TRecoverTargetGroupServerPacket
Unit
Declaration
type TRecoverTargetGroupServerPacket = class(TInterfacedObject, IPacket, IRecoverTargetGroupServerPacket)
Description
Updated stats when levelling up from party experience
Hierarchy
- TInterfacedObject
- TRecoverTargetGroupServerPacket
Overview
Methods
![]() |
function _GetByteSize: Cardinal; |
![]() |
function _GetStatPoints: Cardinal; |
![]() |
procedure _SetStatPoints(StatPoints: Cardinal); |
![]() |
function _GetSkillPoints: Cardinal; |
![]() |
procedure _SetSkillPoints(SkillPoints: Cardinal); |
![]() |
function _GetMaxHp: Cardinal; |
![]() |
procedure _SetMaxHp(MaxHp: Cardinal); |
![]() |
function _GetMaxTp: Cardinal; |
![]() |
procedure _SetMaxTp(MaxTp: Cardinal); |
![]() |
function _GetMaxSp: Cardinal; |
![]() |
procedure _SetMaxSp(MaxSp: Cardinal); |
![]() |
function Family: TPacketFamily; |
![]() |
function Action: TPacketAction; |
![]() |
procedure Serialize(Writer: TEoWriter); |
![]() |
class function PacketFamily: TPacketFamily; |
![]() |
class function PacketAction: TPacketAction; |
![]() |
class function Deserialize(Reader: TEoReader): TRecoverTargetGroupServerPacket; |
Properties
![]() |
property ByteSize: Cardinal read _GetByteSize; |
![]() |
property StatPoints: Cardinal read _GetStatPoints write _SetStatPoints; |
![]() |
property SkillPoints: Cardinal read _GetSkillPoints write _SetSkillPoints; |
![]() |
property MaxHp: Cardinal read _GetMaxHp write _SetMaxHp; |
![]() |
property MaxTp: Cardinal read _GetMaxTp write _SetMaxTp; |
![]() |
property MaxSp: Cardinal read _GetMaxSp write _SetMaxSp; |
Description
Methods
![]() |
function _GetByteSize: Cardinal; |
|
This item has no description. | |
![]() |
function _GetStatPoints: Cardinal; |
|
This item has no description. | |
![]() |
procedure _SetStatPoints(StatPoints: Cardinal); |
|
This item has no description. | |
![]() |
function _GetSkillPoints: Cardinal; |
|
This item has no description. | |
![]() |
procedure _SetSkillPoints(SkillPoints: Cardinal); |
|
This item has no description. | |
![]() |
function _GetMaxHp: Cardinal; |
|
This item has no description. | |
![]() |
procedure _SetMaxHp(MaxHp: Cardinal); |
|
This item has no description. | |
![]() |
function _GetMaxTp: Cardinal; |
|
This item has no description. | |
![]() |
procedure _SetMaxTp(MaxTp: Cardinal); |
|
This item has no description. | |
![]() |
function _GetMaxSp: Cardinal; |
|
This item has no description. | |
![]() |
procedure _SetMaxSp(MaxSp: 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): TRecoverTargetGroupServerPacket; |
|
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 StatPoints: Cardinal read _GetStatPoints write _SetStatPoints; |
|
| |
![]() |
property SkillPoints: Cardinal read _GetSkillPoints write _SetSkillPoints; |
|
| |
![]() |
property MaxHp: Cardinal read _GetMaxHp write _SetMaxHp; |
|
| |
![]() |
property MaxTp: Cardinal read _GetMaxTp write _SetMaxTp; |
|
| |
![]() |
property MaxSp: Cardinal read _GetMaxSp write _SetMaxSp; |
|
| |
Generated by PasDoc 0.16.0-snapshot.
