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.