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.
