1
0
EQ2Emu/docs/lua_functions/SetCanBind.md

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