Interface IPlayerEffect
Unit
Declaration
type IPlayerEffect = interface(IInterface)
Description
An effect playing on a player
Attributes
- GUID['{5E525F3A-93DA-5120-A3C9-A6911D8C5483}']
Hierarchy
- IInterface
- IPlayerEffect
Overview
Methods
![]() |
function _GetByteSize: Cardinal; |
![]() |
function _GetPlayerId: Cardinal; |
![]() |
procedure _SetPlayerId(PlayerId: Cardinal); |
![]() |
function _GetEffectId: Cardinal; |
![]() |
procedure _SetEffectId(EffectId: Cardinal); |
![]() |
procedure Serialize(Writer: TEoWriter); |
Properties
![]() |
property ByteSize: Cardinal read _GetByteSize; |
![]() |
property PlayerId: Cardinal read _GetPlayerId write _SetPlayerId; |
![]() |
property EffectId: Cardinal read _GetEffectId write _SetEffectId; |
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 _GetEffectId: Cardinal; |
|
This item has no description. | |
![]() |
procedure _SetEffectId(EffectId: 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 EffectId: Cardinal read _GetEffectId write _SetEffectId; |
|
| |
Generated by PasDoc 0.16.0-snapshot.
