Class TMapLegacyDoorKey
Unit
Declaration
type TMapLegacyDoorKey = class(TInterfacedObject, IMapLegacyDoorKey)
Description
Legacy EMF entity used to specify a key on a door
Hierarchy
- TInterfacedObject
- TMapLegacyDoorKey
Overview
Methods
function GetByteSize: Cardinal; |
|
function GetCoords: ICoords; |
|
procedure SetCoords(Coords: ICoords); |
|
function GetKey: Cardinal; |
|
procedure SetKey(Key: Cardinal); |
|
procedure Serialize(Writer: TEoWriter); |
|
class function Deserialize(Reader: TEoReader): TMapLegacyDoorKey; |
Properties
property ByteSize: Cardinal read GetByteSize; |
|
property Coords: ICoords read GetCoords write SetCoords; |
|
property Key: Cardinal read GetKey write SetKey; |
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 GetKey: Cardinal; |
|
This item has no description. |
procedure SetKey(Key: Cardinal); |
|
This item has no description. |
procedure Serialize(Writer: TEoWriter); |
|
Serializes this Parameters
|
class function Deserialize(Reader: TEoReader): TMapLegacyDoorKey; |
|
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 Key: Cardinal read GetKey write SetKey; |
|
|
Generated by PasDoc 0.16.0-snapshot.