Class TItemReplyServerPacketItemTypeDataExpReward
Unit
Declaration
type TItemReplyServerPacketItemTypeDataExpReward = class(TInterfacedObject, IItemReplyServerPacketItemTypeData, IItemReplyServerPacketItemTypeDataExpReward)
Description
Data associated with IItemReplyServerPacket.ItemType value 6.
Hierarchy
- TInterfacedObject
- TItemReplyServerPacketItemTypeDataExpReward
Overview
Methods
![]() |
function _GetByteSize: Cardinal; |
![]() |
function _GetExperience: Cardinal; |
![]() |
procedure _SetExperience(Experience: Cardinal); |
![]() |
function _GetLevelUp: Cardinal; |
![]() |
procedure _SetLevelUp(LevelUp: 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); |
![]() |
procedure Serialize(Writer: TEoWriter); |
![]() |
class function Deserialize(Reader: TEoReader): TItemReplyServerPacketItemTypeDataExpReward; |
Properties
![]() |
property ByteSize: Cardinal read _GetByteSize; |
![]() |
property Experience: Cardinal read _GetExperience write _SetExperience; |
![]() |
property LevelUp: Cardinal read _GetLevelUp write _SetLevelUp; |
![]() |
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 _GetExperience: Cardinal; |
|
This item has no description. | |
![]() |
procedure _SetExperience(Experience: Cardinal); |
|
This item has no description. | |
![]() |
function _GetLevelUp: Cardinal; |
|
This item has no description. | |
![]() |
procedure _SetLevelUp(LevelUp: 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. | |
![]() |
procedure Serialize(Writer: TEoWriter); |
|
Serializes this Parameters
| |
![]() |
class function Deserialize(Reader: TEoReader): TItemReplyServerPacketItemTypeDataExpReward; |
|
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 LevelUp: Cardinal read _GetLevelUp write _SetLevelUp; |
|
A value greater than 0 is "new level" and indicates the player leveled up.
| |
![]() |
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.
