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.