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

284 B

Function: HasFreeSlot(player)

Description:

Return's true if the player has a free slot in their inventory.

Parameters:

  • player (Spawn) - Spawn object representing player.

Returns: True if the player has an open inventory slot.

Example:

Example Required