Class TPartyMember
Unit
Declaration
type TPartyMember = class(TInterfacedObject, IPartyMember)
Description
A member of the player's party
Hierarchy
- TInterfacedObject
- TPartyMember
Overview
Methods
![]() |
function _GetByteSize: Cardinal; |
![]() |
function _GetPlayerId: Cardinal; |
![]() |
procedure _SetPlayerId(PlayerId: Cardinal); |
![]() |
function _GetLeader: Boolean; |
![]() |
procedure _SetLeader(Leader: Boolean); |
![]() |
function _GetLevel: Cardinal; |
![]() |
procedure _SetLevel(Level: Cardinal); |
![]() |
function _GetHpPercentage: Cardinal; |
![]() |
procedure _SetHpPercentage(HpPercentage: Cardinal); |
![]() |
function _GetName: string; |
![]() |
procedure _SetName(Name: string); |
![]() |
procedure Serialize(Writer: TEoWriter); |
![]() |
class function Deserialize(Reader: TEoReader): TPartyMember; |
Properties
![]() |
property ByteSize: Cardinal read _GetByteSize; |
![]() |
property PlayerId: Cardinal read _GetPlayerId write _SetPlayerId; |
![]() |
property Leader: Boolean read _GetLeader write _SetLeader; |
![]() |
property Level: Cardinal read _GetLevel write _SetLevel; |
![]() |
property HpPercentage: Cardinal read _GetHpPercentage write _SetHpPercentage; |
![]() |
property Name: string read _GetName write _SetName; |
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 _GetLeader: Boolean; |
|
This item has no description. | |
![]() |
procedure _SetLeader(Leader: Boolean); |
|
This item has no description. | |
![]() |
function _GetLevel: Cardinal; |
|
This item has no description. | |
![]() |
procedure _SetLevel(Level: Cardinal); |
|
This item has no description. | |
![]() |
function _GetHpPercentage: Cardinal; |
|
This item has no description. | |
![]() |
procedure _SetHpPercentage(HpPercentage: Cardinal); |
|
This item has no description. | |
![]() |
function _GetName: string; |
|
This item has no description. | |
![]() |
procedure _SetName(Name: string); |
|
This item has no description. | |
![]() |
procedure Serialize(Writer: TEoWriter); |
|
Serializes this Parameters
| |
![]() |
class function Deserialize(Reader: TEoReader): TPartyMember; |
|
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 Leader: Boolean read _GetLeader write _SetLeader; |
|
This item has no description. | |
![]() |
property Level: Cardinal read _GetLevel write _SetLevel; |
|
| |
![]() |
property HpPercentage: Cardinal read _GetHpPercentage write _SetHpPercentage; |
|
| |
![]() |
property Name: string read _GetName write _SetName; |
|
This item has no description. | |
Generated by PasDoc 0.16.0-snapshot.
