Class TMapLegacyDoorKey

Unit

Declaration

type TMapLegacyDoorKey = class(TInterfacedObject, IMapLegacyDoorKey)

Description

Legacy EMF entity used to specify a key on a door

Hierarchy

Overview

Methods

Public function GetByteSize: Cardinal;
Public function GetCoords: ICoords;
Public procedure SetCoords(Coords: ICoords);
Public function GetKey: Cardinal;
Public procedure SetKey(Key: Cardinal);
Public procedure Serialize(Writer: TEoWriter);
Public class function Deserialize(Reader: TEoReader): TMapLegacyDoorKey;

Properties

Public property ByteSize: Cardinal read GetByteSize;
Public property Coords: ICoords read GetCoords write SetCoords;
Public property Key: Cardinal read GetKey write SetKey;

Description

Methods

Public function GetByteSize: Cardinal;

This item has no description.

Public function GetCoords: ICoords;

This item has no description.

Public procedure SetCoords(Coords: ICoords);

This item has no description.

Public function GetKey: Cardinal;

This item has no description.

Public procedure SetKey(Key: Cardinal);

This item has no description.

Public procedure Serialize(Writer: TEoWriter);

Serializes this TMapLegacyDoorKey object to the provided TEoWriter.

Parameters
Writer
The writer that this object will be serialized to
Public class function Deserialize(Reader: TEoReader): TMapLegacyDoorKey;

Deserializes an instance of TMapLegacyDoorKey from the provided TEoReader.

Parameters
Reader
The reader that the object will be deserialized from
Returns

The deserialized object

Properties

Public property ByteSize: Cardinal read GetByteSize;

The size of the data that this object was deserialized from.

Note
0 if the instance was not created by the Deserialize method.

Public property Coords: ICoords read GetCoords write SetCoords;

This item has no description.

Public property Key: Cardinal read GetKey write SetKey;

Note
Value range is 0-64008


Generated by PasDoc 0.16.0-snapshot.