Class TMapDrainDamageOther
Unit
Declaration
type TMapDrainDamageOther = class(TInterfacedObject, IMapDrainDamageOther)
Description
Another player taking damage from a map HP drain
Hierarchy
- TInterfacedObject
- TMapDrainDamageOther
Overview
Methods
![]() |
function _GetByteSize: Cardinal; |
![]() |
function _GetPlayerId: Cardinal; |
![]() |
procedure _SetPlayerId(PlayerId: Cardinal); |
![]() |
function _GetHpPercentage: Cardinal; |
![]() |
procedure _SetHpPercentage(HpPercentage: Cardinal); |
![]() |
function _GetDamage: Cardinal; |
![]() |
procedure _SetDamage(Damage: Cardinal); |
![]() |
procedure Serialize(Writer: TEoWriter); |
![]() |
class function Deserialize(Reader: TEoReader): TMapDrainDamageOther; |
Properties
![]() |
property ByteSize: Cardinal read _GetByteSize; |
![]() |
property PlayerId: Cardinal read _GetPlayerId write _SetPlayerId; |
![]() |
property HpPercentage: Cardinal read _GetHpPercentage write _SetHpPercentage; |
![]() |
property Damage: Cardinal read _GetDamage write _SetDamage; |
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 _GetDamage: Cardinal; |
|
This item has no description. | |
![]() |
procedure _SetDamage(Damage: Cardinal); |
|
This item has no description. | |
![]() |
procedure Serialize(Writer: TEoWriter); |
|
Serializes this Parameters
| |
![]() |
class function Deserialize(Reader: TEoReader): TMapDrainDamageOther; |
|
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 HpPercentage: Cardinal read _GetHpPercentage write _SetHpPercentage; |
|
| |
![]() |
property Damage: Cardinal read _GetDamage write _SetDamage; |
|
| |
Generated by PasDoc 0.16.0-snapshot.
