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

15 lines
324 B
Markdown

### Function: IsGateAllowed(spawn)
**Description:**
Return's true if gate is allowed in the zone for the Spawn otherwise false.
**Parameters:**
- `spawn` (Spawn) - Spawn object representing `spawn`.
**Returns:** Return's true if gate is allowed in the zone for the Spawn otherwise false.
**Example:**
Example Required