Interface ITileEffect
Unit
Declaration
type ITileEffect = interface(IInterface)
Description
An effect playing on a tile
Attributes
- GUID['{8672F5C7-3812-533B-8E4A-4CBD80982657}']
Hierarchy
- IInterface
- ITileEffect
Overview
Methods
![]() |
function _GetByteSize: Cardinal; |
![]() |
function _GetCoords: ICoords; |
![]() |
procedure _SetCoords(Coords: ICoords); |
![]() |
function _GetEffectId: Cardinal; |
![]() |
procedure _SetEffectId(EffectId: Cardinal); |
![]() |
procedure Serialize(Writer: TEoWriter); |
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
| |
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.
