Class TEmf
Unit
Declaration
type TEmf = class(TInterfacedObject, IEmf)
Description
Endless Map File
Hierarchy
- TInterfacedObject
- TEmf
Overview
Methods
![]() |
function _GetByteSize: Cardinal; |
![]() |
function _GetRid: TArray<Cardinal>; |
![]() |
procedure _SetRid(Rid: TArray<Cardinal>); |
![]() |
function _GetName: string; |
![]() |
procedure _SetName(Name: string); |
![]() |
function _GetType: TMapType; |
![]() |
procedure _SetType(Type_: TMapType); |
![]() |
function _GetTimedEffect: TMapTimedEffect; |
![]() |
procedure _SetTimedEffect(TimedEffect: TMapTimedEffect); |
![]() |
function _GetMusicId: Cardinal; |
![]() |
procedure _SetMusicId(MusicId: Cardinal); |
![]() |
function _GetMusicControl: TMapMusicControl; |
![]() |
procedure _SetMusicControl(MusicControl: TMapMusicControl); |
![]() |
function _GetAmbientSoundId: Cardinal; |
![]() |
procedure _SetAmbientSoundId(AmbientSoundId: Cardinal); |
![]() |
function _GetWidth: Cardinal; |
![]() |
procedure _SetWidth(Width: Cardinal); |
![]() |
function _GetHeight: Cardinal; |
![]() |
procedure _SetHeight(Height: Cardinal); |
![]() |
function _GetFillTile: Cardinal; |
![]() |
procedure _SetFillTile(FillTile: Cardinal); |
![]() |
function _GetMapAvailable: Boolean; |
![]() |
procedure _SetMapAvailable(MapAvailable: Boolean); |
![]() |
function _GetCanScroll: Boolean; |
![]() |
procedure _SetCanScroll(CanScroll: Boolean); |
![]() |
function _GetRelogX: Cardinal; |
![]() |
procedure _SetRelogX(RelogX: Cardinal); |
![]() |
function _GetRelogY: Cardinal; |
![]() |
procedure _SetRelogY(RelogY: Cardinal); |
![]() |
function _GetNpcs: TArray<IMapNpc>; |
![]() |
procedure _SetNpcs(Npcs: TArray<IMapNpc>); |
![]() |
function _GetLegacyDoorKeys: TArray<IMapLegacyDoorKey>; |
![]() |
procedure _SetLegacyDoorKeys(LegacyDoorKeys: TArray<IMapLegacyDoorKey>); |
![]() |
function _GetItems: TArray<IMapItem>; |
![]() |
procedure _SetItems(Items: TArray<IMapItem>); |
![]() |
function _GetTileSpecRows: TArray<IMapTileSpecRow>; |
![]() |
procedure _SetTileSpecRows(TileSpecRows: TArray<IMapTileSpecRow>); |
![]() |
function _GetWarpRows: TArray<IMapWarpRow>; |
![]() |
procedure _SetWarpRows(WarpRows: TArray<IMapWarpRow>); |
![]() |
function _GetGraphicLayers: TArray<IMapGraphicLayer>; |
![]() |
procedure _SetGraphicLayers(GraphicLayers: TArray<IMapGraphicLayer>); |
![]() |
function _GetSigns: TArray<IMapSign>; |
![]() |
procedure _SetSigns(Signs: TArray<IMapSign>); |
![]() |
procedure Serialize(Writer: TEoWriter); |
![]() |
class function Deserialize(Reader: TEoReader): TEmf; |
Properties
Description
Methods
![]() |
function _GetByteSize: Cardinal; |
|
This item has no description. | |
![]() |
function _GetRid: TArray<Cardinal>; |
|
This item has no description. | |
![]() |
procedure _SetRid(Rid: TArray<Cardinal>); |
|
This item has no description. | |
![]() |
function _GetName: string; |
|
This item has no description. | |
![]() |
procedure _SetName(Name: string); |
|
This item has no description. | |
![]() |
function _GetType: TMapType; |
|
This item has no description. | |
![]() |
procedure _SetType(Type_: TMapType); |
|
This item has no description. | |
![]() |
function _GetTimedEffect: TMapTimedEffect; |
|
This item has no description. | |
![]() |
procedure _SetTimedEffect(TimedEffect: TMapTimedEffect); |
|
This item has no description. | |
![]() |
function _GetMusicId: Cardinal; |
|
This item has no description. | |
![]() |
procedure _SetMusicId(MusicId: Cardinal); |
|
This item has no description. | |
![]() |
function _GetMusicControl: TMapMusicControl; |
|
This item has no description. | |
![]() |
procedure _SetMusicControl(MusicControl: TMapMusicControl); |
|
This item has no description. | |
![]() |
function _GetAmbientSoundId: Cardinal; |
|
This item has no description. | |
![]() |
procedure _SetAmbientSoundId(AmbientSoundId: Cardinal); |
|
This item has no description. | |
![]() |
function _GetWidth: Cardinal; |
|
This item has no description. | |
![]() |
procedure _SetWidth(Width: Cardinal); |
|
This item has no description. | |
![]() |
function _GetHeight: Cardinal; |
|
This item has no description. | |
![]() |
procedure _SetHeight(Height: Cardinal); |
|
This item has no description. | |
![]() |
function _GetFillTile: Cardinal; |
|
This item has no description. | |
![]() |
procedure _SetFillTile(FillTile: Cardinal); |
|
This item has no description. | |
![]() |
function _GetMapAvailable: Boolean; |
|
This item has no description. | |
![]() |
procedure _SetMapAvailable(MapAvailable: Boolean); |
|
This item has no description. | |
![]() |
function _GetCanScroll: Boolean; |
|
This item has no description. | |
![]() |
procedure _SetCanScroll(CanScroll: Boolean); |
|
This item has no description. | |
![]() |
function _GetRelogX: Cardinal; |
|
This item has no description. | |
![]() |
procedure _SetRelogX(RelogX: Cardinal); |
|
This item has no description. | |
![]() |
function _GetRelogY: Cardinal; |
|
This item has no description. | |
![]() |
procedure _SetRelogY(RelogY: Cardinal); |
|
This item has no description. | |
![]() |
function _GetNpcs: TArray<IMapNpc>; |
|
This item has no description. | |
![]() |
procedure _SetNpcs(Npcs: TArray<IMapNpc>); |
|
This item has no description. | |
![]() |
function _GetLegacyDoorKeys: TArray<IMapLegacyDoorKey>; |
|
This item has no description. | |
![]() |
procedure _SetLegacyDoorKeys(LegacyDoorKeys: TArray<IMapLegacyDoorKey>); |
|
This item has no description. | |
![]() |
function _GetItems: TArray<IMapItem>; |
|
This item has no description. | |
![]() |
procedure _SetItems(Items: TArray<IMapItem>); |
|
This item has no description. | |
![]() |
function _GetTileSpecRows: TArray<IMapTileSpecRow>; |
|
This item has no description. | |
![]() |
procedure _SetTileSpecRows(TileSpecRows: TArray<IMapTileSpecRow>); |
|
This item has no description. | |
![]() |
function _GetWarpRows: TArray<IMapWarpRow>; |
|
This item has no description. | |
![]() |
procedure _SetWarpRows(WarpRows: TArray<IMapWarpRow>); |
|
This item has no description. | |
![]() |
function _GetGraphicLayers: TArray<IMapGraphicLayer>; |
|
This item has no description. | |
![]() |
procedure _SetGraphicLayers(GraphicLayers: TArray<IMapGraphicLayer>); |
|
This item has no description. | |
![]() |
function _GetSigns: TArray<IMapSign>; |
|
This item has no description. | |
![]() |
procedure _SetSigns(Signs: TArray<IMapSign>); |
|
This item has no description. | |
![]() |
procedure Serialize(Writer: TEoWriter); |
|
Serializes this Parameters
| |
![]() |
class function Deserialize(Reader: TEoReader): TEmf; |
|
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 Rid: TArray<Cardinal> read _GetRid write _SetRid; |
|
| |
![]() |
property Name: string read _GetName write _SetName; |
|
| |
![]() |
property Type_: TMapType read _GetType write _SetType; |
|
This item has no description. | |
![]() |
property TimedEffect: TMapTimedEffect read _GetTimedEffect write _SetTimedEffect; |
|
This item has no description. | |
![]() |
property MusicId: Cardinal read _GetMusicId write _SetMusicId; |
|
| |
![]() |
property MusicControl: TMapMusicControl read _GetMusicControl write _SetMusicControl; |
|
This item has no description. | |
![]() |
property AmbientSoundId: Cardinal read _GetAmbientSoundId write _SetAmbientSoundId; |
|
| |
![]() |
property Width: Cardinal read _GetWidth write _SetWidth; |
|
| |
![]() |
property Height: Cardinal read _GetHeight write _SetHeight; |
|
| |
![]() |
property FillTile: Cardinal read _GetFillTile write _SetFillTile; |
|
| |
![]() |
property MapAvailable: Boolean read _GetMapAvailable write _SetMapAvailable; |
|
This item has no description. | |
![]() |
property CanScroll: Boolean read _GetCanScroll write _SetCanScroll; |
|
This item has no description. | |
![]() |
property RelogX: Cardinal read _GetRelogX write _SetRelogX; |
|
| |
![]() |
property RelogY: Cardinal read _GetRelogY write _SetRelogY; |
|
| |
![]() |
property Npcs: TArray<IMapNpc> read _GetNpcs write _SetNpcs; |
|
| |
![]() |
property LegacyDoorKeys: TArray<IMapLegacyDoorKey> read _GetLegacyDoorKeys write _SetLegacyDoorKeys; |
|
| |
![]() |
property Items: TArray<IMapItem> read _GetItems write _SetItems; |
|
| |
![]() |
property TileSpecRows: TArray<IMapTileSpecRow> read _GetTileSpecRows write _SetTileSpecRows; |
|
| |
![]() |
property WarpRows: TArray<IMapWarpRow> read _GetWarpRows write _SetWarpRows; |
|
| |
![]() |
property GraphicLayers: TArray<IMapGraphicLayer> read _GetGraphicLayers write _SetGraphicLayers; |
|
The 9 layers of map graphics. Order is [Ground, Object, Overlay, Down Wall, Right Wall, Roof, Top, Shadow, Overlay2]
| |
![]() |
property Signs: TArray<IMapSign> read _GetSigns write _SetSigns; |
|
| |
Generated by PasDoc 0.16.0-snapshot.
