14 lines
323 B
Markdown
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
|