Unit EOLib.Protocol.Map
Functions and Procedures
Constants
Variables
Description
Generated from the eo-protocol XML specification.
This file should not be modified. Changes will be lost when code is regenerated.
Uses
- EOLib.Data
- EOLib.Protocol
- EOLib.Protocol.Errors
- Generics.Collections
- System.SysUtils
Overview
Classes, Interfaces, Objects and Records
Name | Description |
---|---|
Record TMapTypeHelper |
Helper for the TMapType enum type. |
Record TMapTimedEffectHelper |
Helper for the TMapTimedEffect enum type. |
Record TMapMusicControlHelper |
Helper for the TMapMusicControl enum type. |
Record TMapTileSpecHelper |
Helper for the TMapTileSpec enum type. |
Interface IMapNpc |
NPC spawn EMF entity |
Class TMapNpc |
NPC spawn EMF entity |
Interface IMapLegacyDoorKey |
Legacy EMF entity used to specify a key on a door |
Class TMapLegacyDoorKey |
Legacy EMF entity used to specify a key on a door |
Interface IMapItem |
Item spawn EMF entity |
Class TMapItem |
Item spawn EMF entity |
Interface IMapWarp |
Warp EMF entity |
Class TMapWarp |
Warp EMF entity |
Interface IMapSign |
Sign EMF entity |
Class TMapSign |
Sign EMF entity |
Interface IMapTileSpecRowTile |
A single tile in a row of tilespecs |
Class TMapTileSpecRowTile |
A single tile in a row of tilespecs |
Interface IMapTileSpecRow |
A row of tilespecs |
Class TMapTileSpecRow |
A row of tilespecs |
Interface IMapWarpRowTile |
A single tile in a row of warp entities |
Class TMapWarpRowTile |
A single tile in a row of warp entities |
Interface IMapWarpRow |
A row of warp entities |
Class TMapWarpRow |
A row of warp entities |
Interface IMapGraphicRowTile |
A single tile in a row of map graphics |
Class TMapGraphicRowTile |
A single tile in a row of map graphics |
Interface IMapGraphicRow |
A row in a layer of map graphics |
Class TMapGraphicRow |
A row in a layer of map graphics |
Interface IMapGraphicLayer |
A layer of map graphics |
Class TMapGraphicLayer |
A layer of map graphics |
Interface IEmf |
Endless Map File |
Class TEmf |
Endless Map File |
Types
TMapType = (...); |
TMapTimedEffect = (...); |
TMapMusicControl = (...); |
TMapTileSpec = (...); |
Description
Types
TMapType = (...); |
This item has no description. Values
|
TMapTimedEffect = (...); |
A timed effect that can occur on a map Values
|
TMapMusicControl = (...); |
How background music should be played on a map Values
|
TMapTileSpec = (...); |
The type of a tile on a map Values
|
Generated by PasDoc 0.16.0-snapshot.