Click or drag to resize

BagSlot Class

Class represents an grid slot within a bag Using this class outside a framelock is not supported as the values are not cached.
Inheritance Hierarchy
SystemObject
  ff14bot.ObjectsRemoteObject
    ff14bot.ManagersBagSlot

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

The BagSlot type exposes the following members.

Properties
  NameDescription
Public propertyActionType
Public propertyBagId
Public propertyCanDesynthesize
Returns true if the item is desynthesizable and the player has the correct skill level This does not check if the item has a greater than 0 percent chance to be desynthesized
Public propertyCanReduce
Returns true if the item is reduaceable and the player has the correct skill level
Public propertyCollectability
Public propertyCondition
Public propertyCount
Public propertyEnglishName
Public propertyHqFlag
Public propertyIsCollectable
Public propertyIsDesynthesizable
This returns true if the item can be desynthesized, but does not check if the player has the correct skill level
Public propertyIsFilled
Public propertyIsHighQuality
Public propertyIsReducable
This returns true if the item can be reduced, but does not check if the player has the correct skills, use 'CanReduce' for that
Public propertyIsSellable
Public propertyIsValid (Overrides RemoteObjectIsValid.)
Public propertyItem
Public propertyName
Public propertyPointer (Inherited from RemoteObject.)
Public propertyRawItemId
This returns the raw unmodified id of the item in the slot.
Public propertySlot
Public propertySpiritBond
Public propertyTrueItemId
This returns the ID of the item in the slot, modified if it is a HQ item or collectable
Public propertyValue
Public propertyVTable (Inherited from RemoteObject.)
Top
Methods
  NameDescription
Public methodCanUse
Checks if we can use the provided item.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodHandover
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodMove
Attempts to move the contents of the current bagslot to the destination
Protected methodOnUpdatePointer (Inherited from RemoteObject.)
Public methodToString (Overrides ObjectToString.)
Public methodUpdatePointer (Inherited from RemoteObject.)
Public methodUseItem(GameObject)
Attempts to use the item
Public methodUseItem(Vector3)
Attempts to use the item
Top
See Also