14 lines
252 B
Markdown
14 lines
252 B
Markdown
### Function: IsZoneLoading(zone)
|
|
|
|
**Description:**
|
|
Return's true if zone is currently loading.
|
|
|
|
**Parameters:**
|
|
- `zone` (Zone) - Zone object representing `zone`.
|
|
|
|
**Returns:** True if zone is loading, otherwise false.
|
|
|
|
**Example:**
|
|
|
|
Example Required
|