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.
