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.