Table of Contents

Method GetItemInSlot

Namespace
Anvil.API
Assembly
NWN.Anvil.dll

GetItemInSlot(InventorySlot)

Gets the item that is equipped in the specified inventory slot.

public NwItem? GetItemInSlot(InventorySlot slot)

Parameters

slot InventorySlot

The inventory slot to check.

Returns

NwItem

The item in the inventory slot, otherwise null if it is unpopulated.