1
0
EQ2Emu/docs/lua_functions/HasFreeSlot.md
2025-05-25 21:42:32 -04:00

14 lines
323 B
Markdown

### Function: HasFreeSlot(player)
**Description:**
Return's true if there is a free slot in player's inventory, otherwise false.
**Parameters:**
- `player` (Spawn) - Spawn object representing `player`.
**Returns:** True if there is an open inventory slot for the Player, otherwise false.
**Example:**
Example Required