Interface IMapWarp
Unit
Declaration
type IMapWarp = interface(IInterface)
Description
Warp EMF entity
Attributes
- GUID['{8F0BB304-2CE8-5D34-92EC-16807EC47DC0}']
Hierarchy
- IInterface
- IMapWarp
Overview
Methods
![]() |
function _GetByteSize: Cardinal; |
![]() |
function _GetDestinationMap: Cardinal; |
![]() |
procedure _SetDestinationMap(DestinationMap: Cardinal); |
![]() |
function _GetDestinationCoords: ICoords; |
![]() |
procedure _SetDestinationCoords(DestinationCoords: ICoords); |
![]() |
function _GetLevelRequired: Cardinal; |
![]() |
procedure _SetLevelRequired(LevelRequired: Cardinal); |
![]() |
function _GetDoor: Cardinal; |
![]() |
procedure _SetDoor(Door: Cardinal); |
![]() |
procedure Serialize(Writer: TEoWriter); |
Properties
![]() |
property ByteSize: Cardinal read _GetByteSize; |
![]() |
property DestinationMap: Cardinal read _GetDestinationMap write _SetDestinationMap; |
![]() |
property DestinationCoords: ICoords read _GetDestinationCoords write _SetDestinationCoords; |
![]() |
property LevelRequired: Cardinal read _GetLevelRequired write _SetLevelRequired; |
![]() |
property Door: Cardinal read _GetDoor write _SetDoor; |
Description
Methods
![]() |
function _GetByteSize: Cardinal; |
|
This item has no description. | |
![]() |
function _GetDestinationMap: Cardinal; |
|
This item has no description. | |
![]() |
procedure _SetDestinationMap(DestinationMap: Cardinal); |
|
This item has no description. | |
![]() |
function _GetDestinationCoords: ICoords; |
|
This item has no description. | |
![]() |
procedure _SetDestinationCoords(DestinationCoords: ICoords); |
|
This item has no description. | |
![]() |
function _GetLevelRequired: Cardinal; |
|
This item has no description. | |
![]() |
procedure _SetLevelRequired(LevelRequired: Cardinal); |
|
This item has no description. | |
![]() |
function _GetDoor: Cardinal; |
|
This item has no description. | |
![]() |
procedure _SetDoor(Door: 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 DestinationMap: Cardinal read _GetDestinationMap write _SetDestinationMap; |
|
| |
![]() |
property DestinationCoords: ICoords read _GetDestinationCoords write _SetDestinationCoords; |
|
This item has no description. | |
![]() |
property LevelRequired: Cardinal read _GetLevelRequired write _SetLevelRequired; |
|
| |
![]() |
property Door: Cardinal read _GetDoor write _SetDoor; |
|
| |
Generated by PasDoc 0.16.0-snapshot.
