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.
