Interface IEmf
Unit
Declaration
type IEmf = interface(IInterface)
Description
Endless Map File
Attributes
- GUID['{0B3C5A62-7109-56FD-8DD1-92A5EBFFED26}']
Hierarchy
- IInterface
- IEmf
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); |
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
|
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.