15 lines
326 B
Markdown
15 lines
326 B
Markdown
### Function: IsBindAllowed(spawn)
|
|
|
|
**Description:**
|
|
|
|
Return's true if bind is allowed in the zone for the spawn, otherwise false.
|
|
|
|
**Parameters:**
|
|
- `spawn` (Spawn) - Spawn object representing `spawn`.
|
|
|
|
**Returns:** Return's true if bind is allowed in the zone for the spawn, otherwise false.
|
|
|
|
**Example:**
|
|
|
|
Example Required
|