Interface IPartyMember
Unit
Declaration
type IPartyMember = interface(IInterface)
Description
A member of the player's party
Attributes
- GUID['{A3750429-8388-55CA-B112-47E567F121D4}']
Hierarchy
- IInterface
- IPartyMember
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); |
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
|
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.