Class TPartyExpShare
Unit
Declaration
type TPartyExpShare = class(TInterfacedObject, IPartyExpShare)
Description
EXP gain for a member of the player's party
Hierarchy
- TInterfacedObject
- TPartyExpShare
Overview
Methods
![]() |
function GetByteSize: Cardinal; |
![]() |
function GetPlayerId: Cardinal; |
![]() |
procedure SetPlayerId(PlayerId: Cardinal); |
![]() |
function GetExperience: Cardinal; |
![]() |
procedure SetExperience(Experience: Cardinal); |
![]() |
function GetLevelUp: Cardinal; |
![]() |
procedure SetLevelUp(LevelUp: Cardinal); |
![]() |
procedure Serialize(Writer: TEoWriter); |
![]() |
class function Deserialize(Reader: TEoReader): TPartyExpShare; |
Properties
![]() |
property ByteSize: Cardinal read GetByteSize; |
![]() |
property PlayerId: Cardinal read GetPlayerId write SetPlayerId; |
![]() |
property Experience: Cardinal read GetExperience write SetExperience; |
![]() |
property LevelUp: Cardinal read GetLevelUp write SetLevelUp; |
Description
Methods
![]() |
function GetByteSize: Cardinal; |
This item has no description. |
![]() |
function GetPlayerId: Cardinal; |
This item has no description. |
![]() |
procedure SetPlayerId(PlayerId: 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. |
![]() |
procedure Serialize(Writer: TEoWriter); |
Serializes this Parameters
|
![]() |
class function Deserialize(Reader: TEoReader): TPartyExpShare; |
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 PlayerId: Cardinal read GetPlayerId write SetPlayerId; |
|
![]() |
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.
|
Generated by PasDoc 0.16.0-snapshot.