Click or drag to resize

InventoryManager Class

Inheritance Hierarchy
SystemObject
  ff14bot.ManagersInventoryManager

Namespace:  ff14bot.Managers
Assembly:  RebornBuddy (in RebornBuddy.exe) Version: 3.3.1; net-4.5.win32; release
Syntax
C#
public static class InventoryManager

The InventoryManager type exposes the following members.

Properties
  NameDescription
Public propertyStatic memberEquippedItems
Returns all the slots for Equipment
Public propertyStatic memberFilledArmorySlots
Returns all currently equipped items and filled item slots in the armory
Public propertyStatic memberFilledInventoryAndArmory
Returns all the items in inventory, key items, equipped items, and armory.
Public propertyStatic memberFilledSlots
Returns all the items in the main inventory and key items
Public propertyStatic memberFreeSlots
Returns the number of free slots in the main inventory
Top
Methods
See Also