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.