
Prototype: GemRB.GetSlots(PartyID, SlotType[, Flag])

Description: Returns the tuple of slots of a PC which match the SlotType criteria. FIXME: This function cannot yet handle PST's diverse slottypes.

Parameters: PartyID - a PC
SlotType            - bitfield, the inventory slot's type (32768 means inventory)
Flag                - >0 - returns filled slots
                    - <0 - returns empty slots
                    - 0  - returns all slots.
The default is 1.

Return value: tuple

See also: GetSlotType
