Inspect.Map.Detail

Returns information about map locations.

Usage:

detail = Inspect.Map.Detail(location)
details = Inspect.Map.Detail(locations)
ParameterTypeDatatypeDescription
locationparameterlocationThe identifier of the location to retrieve detail for.
locationsparametertableA table of identifiers of locations to retrieve detail for.
detailresulttableDetail table for a single location.
detailsresulttableDetail tables for all requested locations. The key is the location ID, the value is the location's detail table.
members
coordX The map location's current X coordinate.
coordY The map location's current Y coordinate.
coordZ The map location's current Z coordinate.
description The description of this map location, if it has one.
id The ID of the requested element.
title The title of this map location, if it has one.