Name | Type | Deprecated | Secure | Description |
---|---|---|---|---|
Inspect.Zone.Detail | function | Returns information about zones. |
Returns information about zones.
detail = Inspect.Zone.Detail(zone) | |||
details = Inspect.Zone.Detail(zones) | |||
Parameter | Type | Datatype | Description |
---|---|---|---|
zone | parameter | zone | The identifier of the zone to retrieve detail for. |
zones | parameter | table | A table of identifiers of zones to retrieve detail for. |
detail | result | table | Detail table for a single zone. |
details | result | table | Detail tables for all requested zones. The key is the zone ID, the value is the zone's detail table. |
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. |