Inspect.Zone.Detail

Returns information about zones.

Usage:

detail = Inspect.Zone.Detail(zone)
details = Inspect.Zone.Detail(zones)
ParameterTypeDatatypeDescription
zoneparameterzoneThe identifier of the zone to retrieve detail for.
zonesparametertableA table of identifiers of zones to retrieve detail for.
detailresulttableDetail table for a single zone.
detailsresulttableDetail tables for all requested zones. The key is the zone ID, the value is the zone's detail table.
members
id The ID of the requested element.
name The name of the zone.
type The type of this zone. May be either "instance", "warfront", or nil.