Interface IRecoverReplyServerPacket
Unit
Declaration
type IRecoverReplyServerPacket = interface(IPacket)
Description
Karma/experience update
Hierarchy
- IInterface
- IPacket
- IRecoverReplyServerPacket
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); |
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. Attributes
| |
![]() |
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
| |
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.
