15 lines
263 B
Markdown
15 lines
263 B
Markdown
### Function: SetCanBind(spawn, canbind)
|
|
|
|
**Description:**
|
|
Sets if the zone allows to bind.
|
|
|
|
**Parameters:**
|
|
- `spawn` (Spawn) - Spawn object representing `spawn`.
|
|
- `canbind` (int32) - Integer value `canbind`.
|
|
|
|
**Returns:** None.
|
|
|
|
**Example:**
|
|
|
|
Example Required
|