|
Rebornbuddy
|
Class that represents a remote row in the gathering window. More...
Public Member Functions | |
| bool | GatherItem () |
| Attempts to gather the item. | |
| override string | ToString () |
| ToString() | |
| Public Member Functions inherited from ff14bot.Objects.RemoteObject | |
| void | UpdatePointer (IntPtr newptr) |
| Updates the pointer to a new value and triggers any necessary update mechanisms. | |
Public Attributes | |
| readonly uint | SlotIndex |
| Slot index from zero. | |
Properties | |
| byte | Stars [get] |
| How many stars the item has. | |
| byte | Level [get] |
| Level of the item. | |
| byte | Chance [get] |
| Chance to gather the item. | |
| byte | HqChance [get] |
| Chance the item will be gathered as high quality. | |
| byte | GathersBoonChance [get] |
| Chance the item will be gather an additional item. | |
| byte | Amount [get] |
| How many of the item you will get per gather. | |
| bool | IsUnknown [get] |
| Check if the ItemId for the slot is hidden. | |
| uint | GatheringItemKey [get] |
| Returns the raw value used by CanGather. | |
| uint | Unk1 [get] |
| Returns the raw value used by CanGather. | |
| bool | CanGather [get] |
| Checks if the slot is gatherable. | |
| bool | IsFilled [get] |
| If there is an item in the given slot. | |
| GatheringFlags | Flags [get] |
| GatheringFlags for the slot. | |
| FortuneModifier | FortuneModifier [get] |
| byte | Unk2 [get] |
| Item | ItemData [get] |
| The item for the slot. | |
| uint | ItemId [get] |
| ItemId for the slot. | |
| Properties inherited from ff14bot.Objects.RemoteObject | |
| virtual bool | IsValid [get] |
| Indicates whether the instance is valid and points to a valid reference or object. | |
| IntPtr | VTable [get] |
| Gets the virtual function table (VTable) pointer for the remote object. | |
| IntPtr | Pointer [get, set] |
| Gets or sets the memory pointer for the associated object or entity. | |
Additional Inherited Members | |
| Protected Member Functions inherited from ff14bot.Objects.RemoteObject | |
| RemoteObject (IntPtr pointer) | |
| Represents the base class for objects that manage pointers to external memory in the game or application. | |
| virtual void | OnUpdatePointer (IntPtr ptr) |
| Invoked when the pointer to external memory is updated. | |
Class that represents a remote row in the gathering window.
| bool ff14bot.Managers.GatheringItem.GatherItem | ( | ) |
Attempts to gather the item.
| override string ff14bot.Managers.GatheringItem.ToString | ( | ) |
| readonly uint ff14bot.Managers.GatheringItem.SlotIndex |
Slot index from zero.
|
get |
How many of the item you will get per gather.
|
get |
Checks if the slot is gatherable.
|
get |
Chance to gather the item.
|
get |
GatheringFlags for the slot.
|
get |
|
get |
Returns the raw value used by CanGather.
|
get |
Chance the item will be gather an additional item.
|
get |
Chance the item will be gathered as high quality.
|
get |
If there is an item in the given slot.
|
get |
Check if the ItemId for the slot is hidden.
|
get |
The item for the slot.
|
get |
ItemId for the slot.
|
get |
Level of the item.
|
get |
How many stars the item has.
|
get |
Returns the raw value used by CanGather.
|
get |