Class TTileEffect
Unit
Declaration
type TTileEffect = class(TInterfacedObject, ITileEffect)
Description
An effect playing on a tile
Hierarchy
- TInterfacedObject
- TTileEffect
Overview
Methods
![]() |
function GetByteSize: Cardinal; |
![]() |
function GetCoords: ICoords; |
![]() |
procedure SetCoords(Coords: ICoords); |
![]() |
function GetEffectId: Cardinal; |
![]() |
procedure SetEffectId(EffectId: Cardinal); |
![]() |
procedure Serialize(Writer: TEoWriter); |
![]() |
class function Deserialize(Reader: TEoReader): TTileEffect; |
Properties
![]() |
property ByteSize: Cardinal read GetByteSize; |
![]() |
property Coords: ICoords read GetCoords write SetCoords; |
![]() |
property EffectId: Cardinal read GetEffectId write SetEffectId; |
Description
Methods
![]() |
function GetByteSize: Cardinal; |
This item has no description. |
![]() |
function GetCoords: ICoords; |
This item has no description. |
![]() |
procedure SetCoords(Coords: ICoords); |
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): TTileEffect; |
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 Coords: ICoords read GetCoords write SetCoords; |
This item has no description. |
![]() |
property EffectId: Cardinal read GetEffectId write SetEffectId; |
|
Generated by PasDoc 0.16.0-snapshot.