Class TRecoverReplyServerPacket
Unit
Declaration
type TRecoverReplyServerPacket = class(TInterfacedObject, IPacket, IRecoverReplyServerPacket)
Description
Karma/experience update
Hierarchy
- TInterfacedObject
- TRecoverReplyServerPacket
Overview
Methods
function GetByteSize: Cardinal; |
|
function GetExperience: Cardinal; |
|
procedure SetExperience(Experience: Cardinal); |
|
function GetKarma: Cardinal; |
|
procedure SetKarma(Karma: Cardinal); |
|
function GetLevelUp: TOptional<Cardinal>; |
|
procedure SetLevelUp(LevelUp: TOptional<Cardinal>); |
|
function GetStatPoints: TOptional<Cardinal>; |
|
procedure SetStatPoints(StatPoints: TOptional<Cardinal>); |
|
function GetSkillPoints: TOptional<Cardinal>; |
|
procedure SetSkillPoints(SkillPoints: 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): TRecoverReplyServerPacket; |
Properties
property ByteSize: Cardinal read GetByteSize; |
|
property Experience: Cardinal read GetExperience write SetExperience; |
|
property Karma: Cardinal read GetKarma write SetKarma; |
|
property LevelUp: TOptional<Cardinal> read GetLevelUp write SetLevelUp; |
|
property StatPoints: TOptional<Cardinal> read GetStatPoints write SetStatPoints; |
|
property SkillPoints: TOptional<Cardinal> read GetSkillPoints write SetSkillPoints; |
Description
Methods
function GetByteSize: Cardinal; |
|
This item has no description. |
function GetExperience: Cardinal; |
|
This item has no description. |
procedure SetExperience(Experience: Cardinal); |
|
This item has no description. |
function GetKarma: Cardinal; |
|
This item has no description. |
procedure SetKarma(Karma: Cardinal); |
|
This item has no description. |
function GetLevelUp: TOptional<Cardinal>; |
|
This item has no description. |
procedure SetLevelUp(LevelUp: TOptional<Cardinal>); |
|
This item has no description. |
function GetStatPoints: TOptional<Cardinal>; |
|
This item has no description. |
procedure SetStatPoints(StatPoints: TOptional<Cardinal>); |
|
This item has no description. |
function GetSkillPoints: TOptional<Cardinal>; |
|
This item has no description. |
procedure SetSkillPoints(SkillPoints: 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): TRecoverReplyServerPacket; |
|
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 Experience: Cardinal read GetExperience write SetExperience; |
|
|
property Karma: Cardinal read GetKarma write SetKarma; |
|
|
property LevelUp: TOptional<Cardinal> read GetLevelUp write SetLevelUp; |
|
A value greater than 0 is "new level" and indicates the player leveled up. The official client reads this if the packet is larger than 6 bytes.
|
property StatPoints: TOptional<Cardinal> read GetStatPoints write SetStatPoints; |
|
The official client reads this if the player leveled up
|
property SkillPoints: TOptional<Cardinal> read GetSkillPoints write SetSkillPoints; |
|
The official client reads this if the player leveled up
|
Generated by PasDoc 0.16.0-snapshot.