
Prototype: GemRB.GetSlotType(idx)

Description: Returns dictionary of an itemslot type (slottype.2da).

Parameters: idx - a row number of slottype.2da

Return value: dictionary
"Type"   - bitfield, The inventory slot's type.
"ID"     - the gui button's controlID which belongs to this slot.
"Tip"    - the tooltip resref for this slot.
"ResRef" - the background .bam of the slot.

See also: SetItemIcon

