Interface IGroupHealTargetPlayer
Unit
Declaration
type IGroupHealTargetPlayer = interface(IInterface)
Description
Nearby player hit by a group heal spell
Attributes
- GUID['{D881A3DA-F878-5D18-95E4-22DD890198C9}']
Hierarchy
- IInterface
- IGroupHealTargetPlayer
Overview
Methods
function GetByteSize: Cardinal; |
|
function GetPlayerId: Cardinal; |
|
procedure SetPlayerId(PlayerId: Cardinal); |
|
function GetHpPercentage: Cardinal; |
|
procedure SetHpPercentage(HpPercentage: Cardinal); |
|
function GetHp: Cardinal; |
|
procedure SetHp(Hp: Cardinal); |
|
procedure Serialize(Writer: TEoWriter); |
Properties
property ByteSize: Cardinal read GetByteSize; |
|
property PlayerId: Cardinal read GetPlayerId write SetPlayerId; |
|
property HpPercentage: Cardinal read GetHpPercentage write SetHpPercentage; |
|
property Hp: Cardinal read GetHp write SetHp; |
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 GetHpPercentage: Cardinal; |
|
This item has no description. |
procedure SetHpPercentage(HpPercentage: Cardinal); |
|
This item has no description. |
function GetHp: Cardinal; |
|
This item has no description. |
procedure SetHp(Hp: 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 HpPercentage: Cardinal read GetHpPercentage write SetHpPercentage; |
|
|
property Hp: Cardinal read GetHp write SetHp; |
|
|
Generated by PasDoc 0.16.0-snapshot.