1
0
EQ2Emu/docs/lua_functions/IsBindAllowed.md
2025-05-27 09:56:36 -04:00

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