Class TMapWarp
Unit
Declaration
type TMapWarp = class(TInterfacedObject, IMapWarp)
Description
Warp EMF entity
Hierarchy
- TInterfacedObject
- TMapWarp
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); |
![]() |
class function Deserialize(Reader: TEoReader): TMapWarp; |
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
| |
![]() |
class function Deserialize(Reader: TEoReader): TMapWarp; |
|
Deserializes an instance of Parameters
ReturnsThe deserialized object | |
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.
