Class TMapWarpRowTile
Unit
Declaration
type TMapWarpRowTile = class(TInterfacedObject, IMapWarpRowTile)
Description
A single tile in a row of warp entities
Hierarchy
- TInterfacedObject
- TMapWarpRowTile
Overview
Methods
function GetByteSize: Cardinal; |
|
function GetX: Cardinal; |
|
procedure SetX(X: Cardinal); |
|
function GetWarp: IMapWarp; |
|
procedure SetWarp(Warp: IMapWarp); |
|
procedure Serialize(Writer: TEoWriter); |
|
class function Deserialize(Reader: TEoReader): TMapWarpRowTile; |
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
|
class function Deserialize(Reader: TEoReader): TMapWarpRowTile; |
|
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 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.