Interface IPartyExpShare
Unit
Declaration
type IPartyExpShare = interface(IInterface)
Description
EXP gain for a member of the player's party
Attributes
- GUID['{08C373AD-9119-50DB-A992-4D4ACDD03C2A}']
Hierarchy
- IInterface
- IPartyExpShare
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); |
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
|
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.