Class TPlayerEffect
Unit
Declaration
type TPlayerEffect = class(TInterfacedObject, IPlayerEffect)
Description
An effect playing on a player
Hierarchy
- TInterfacedObject
- TPlayerEffect
Overview
Methods
function GetByteSize: Cardinal; |
|
function GetPlayerId: Cardinal; |
|
procedure SetPlayerId(PlayerId: Cardinal); |
|
function GetEffectId: Cardinal; |
|
procedure SetEffectId(EffectId: Cardinal); |
|
procedure Serialize(Writer: TEoWriter); |
|
class function Deserialize(Reader: TEoReader): TPlayerEffect; |
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
|
class function Deserialize(Reader: TEoReader): TPlayerEffect; |
|
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 EffectId: Cardinal read GetEffectId write SetEffectId; |
|
|
Generated by PasDoc 0.16.0-snapshot.