Interface IMapWarpRowTile
Unit
Declaration
type IMapWarpRowTile = interface(IInterface)
Description
A single tile in a row of warp entities
Attributes
- GUID['{81F2FD3B-B128-571B-8E0E-EBC8657776F5}']
Hierarchy
- IInterface
- IMapWarpRowTile
Overview
Methods
![]() |
function GetByteSize: Cardinal; |
![]() |
function GetX: Cardinal; |
![]() |
procedure SetX(X: Cardinal); |
![]() |
function GetWarp: IMapWarp; |
![]() |
procedure SetWarp(Warp: IMapWarp); |
![]() |
procedure Serialize(Writer: TEoWriter); |
Properties
![]() |
property ByteSize: Cardinal read GetByteSize; |
![]() |
property X: Cardinal read GetX write SetX; |
![]() |
property Warp: IMapWarp read GetWarp write SetWarp; |
Description
Methods
![]() |
function GetByteSize: Cardinal; |
This item has no description. |
![]() |
function GetX: Cardinal; |
This item has no description. |
![]() |
procedure SetX(X: Cardinal); |
This item has no description. |
![]() |
function GetWarp: IMapWarp; |
This item has no description. |
![]() |
procedure SetWarp(Warp: IMapWarp); |
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 X: Cardinal read GetX write SetX; |
|
![]() |
property Warp: IMapWarp read GetWarp write SetWarp; |
This item has no description. |
Generated by PasDoc 0.16.0-snapshot.