Interface IMapLegacyDoorKey
Unit
Declaration
type IMapLegacyDoorKey = interface(IInterface)
Description
Legacy EMF entity used to specify a key on a door
Attributes
- GUID['{E12EA8F0-031E-5D09-BBBF-4EE0A1E034DB}']
Hierarchy
- IInterface
- IMapLegacyDoorKey
Overview
Methods
![]() |
function GetByteSize: Cardinal; |
![]() |
function GetCoords: ICoords; |
![]() |
procedure SetCoords(Coords: ICoords); |
![]() |
function GetKey: Cardinal; |
![]() |
procedure SetKey(Key: Cardinal); |
![]() |
procedure Serialize(Writer: TEoWriter); |
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
|
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.