Rebornbuddy
Loading...
Searching...
No Matches
ff14bot.RemoteWindows.GatheringMasterpiece Class Reference

Gathering Collectable window. More...

Inheritance diagram for ff14bot.RemoteWindows.GatheringMasterpiece:
ff14bot.Managers.AtkAddonControl ff14bot.Objects.RemoteObject

Static Public Member Functions

static int GetProperty (int key)
 Get a property by index.
static int GetProperty (string key)
 Get a property by key.
static void Collect ()
 Clicks the collect button.
static void Return ()
 Clicks the return button.

Static Public Attributes

static readonly Dictionary< string, int > Properties

Properties

static ushort ElementCount [get]
 How many elements are in the element array.
static int ItemId [get]
 Get the current ItemId value from the window.
static int MeticulousChance [get]
 Get the current MeticulousChance value from the window.
static int CurrentCollectability [get]
 Get the current Collectability value from the window.
static int CollectabilityCap [get]
 Get the current CollectabilityCap value from the window.
static int Intuition [get]
 Get the current Intuition value from the window.
static int Integrity [get]
 Get the current Integrity value from the window.
static int IntegrityCap [get]
 Get the current IntegrityCap value from the window.
static int CollectabilityLevelOne [get]
 Get the current CollectabilityLevelOne value from the window.
static int CollectabilityLevelTwo [get]
 Get the current CollectabilityLevelTwo value from the window.
static int CollectabilityLevelThree [get]
 Get the current CollectabilityLevelThree value from the window.
static int Rarity [get]
 Obsolete.
static int Wear [get]
 Obsolete.
static int WearCap [get]
 Obsolete.
static TwoInt[] ___Elements [get]
 Raw list of elements of the window.
static bool IsOpen [get]
 Checks if the given window is open.
Properties inherited from ff14bot.Managers.AtkAddonControl
bool IsVisible [get]
 Checks if the window is currently visible.
RectangleF? Bounds [get]
 Gets the 2D bounding region for the window.
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

Public Member Functions inherited from ff14bot.Managers.AtkAddonControl
void SendAction (int pairCount, params ulong[] param)
 Sends commands directly to the window.
AgentInterface TryFindAgentInterface ()
 Attempts to find the agent that provides information for window.
RemoteButton FindButton (int id)
 Gets a remotebutton for a given id.
RemoteLabel FindLabel (int id)
 Gets a remotelabel for a given id.
override string 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 inherited from ff14bot.Managers.AtkAddonControl
readonly string Name
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.

Detailed Description

Gathering Collectable window.

Member Function Documentation

◆ Collect()

void ff14bot.RemoteWindows.GatheringMasterpiece.Collect ( )
static

Clicks the collect button.

◆ GetProperty() [1/2]

int ff14bot.RemoteWindows.GatheringMasterpiece.GetProperty ( int key)
static

Get a property by index.

◆ GetProperty() [2/2]

int ff14bot.RemoteWindows.GatheringMasterpiece.GetProperty ( string key)
static

Get a property by key.

◆ Return()

void ff14bot.RemoteWindows.GatheringMasterpiece.Return ( )
static

Clicks the return button.

Member Data Documentation

◆ Properties

readonly Dictionary<string, int> ff14bot.RemoteWindows.GatheringMasterpiece.Properties
static
Initial value:
= new Dictionary<string, int>()
{
{"ItemId", 2},
{"CurrentCollectability",13},
{"CollectabilityCap",14},
{"ScourGain", 48},
{"BrazenMinGain", 49},
{"BrazenMaxGain", 50},
{"MeticulousGain", 51},
{"MeticulousChance",52},
{"Intuition",58},
{"Integrity",62},
{"IntegrityCap",63},
{"CollectabilityLevelOne",65},
{"CollectabilityLevelTwo",66},
{"CollectabilityLevelThree",67},
}

Property Documentation

◆ ___Elements

TwoInt [] ff14bot.RemoteWindows.GatheringMasterpiece.___Elements
staticget

Raw list of elements of the window.

◆ CollectabilityCap

int ff14bot.RemoteWindows.GatheringMasterpiece.CollectabilityCap
staticget

Get the current CollectabilityCap value from the window.

◆ CollectabilityLevelOne

int ff14bot.RemoteWindows.GatheringMasterpiece.CollectabilityLevelOne
staticget

Get the current CollectabilityLevelOne value from the window.

◆ CollectabilityLevelThree

int ff14bot.RemoteWindows.GatheringMasterpiece.CollectabilityLevelThree
staticget

Get the current CollectabilityLevelThree value from the window.

◆ CollectabilityLevelTwo

int ff14bot.RemoteWindows.GatheringMasterpiece.CollectabilityLevelTwo
staticget

Get the current CollectabilityLevelTwo value from the window.

◆ CurrentCollectability

int ff14bot.RemoteWindows.GatheringMasterpiece.CurrentCollectability
staticget

Get the current Collectability value from the window.

◆ ElementCount

ushort ff14bot.RemoteWindows.GatheringMasterpiece.ElementCount
staticget

How many elements are in the element array.

◆ Integrity

int ff14bot.RemoteWindows.GatheringMasterpiece.Integrity
staticget

Get the current Integrity value from the window.

◆ IntegrityCap

int ff14bot.RemoteWindows.GatheringMasterpiece.IntegrityCap
staticget

Get the current IntegrityCap value from the window.

◆ Intuition

int ff14bot.RemoteWindows.GatheringMasterpiece.Intuition
staticget

Get the current Intuition value from the window.

◆ IsOpen

bool ff14bot.RemoteWindows.GatheringMasterpiece.IsOpen
staticget

Checks if the given window is open.

◆ ItemId

int ff14bot.RemoteWindows.GatheringMasterpiece.ItemId
staticget

Get the current ItemId value from the window.

◆ MeticulousChance

int ff14bot.RemoteWindows.GatheringMasterpiece.MeticulousChance
staticget

Get the current MeticulousChance value from the window.

◆ Rarity

int ff14bot.RemoteWindows.GatheringMasterpiece.Rarity
staticget

Obsolete.

◆ Wear

int ff14bot.RemoteWindows.GatheringMasterpiece.Wear
staticget

Obsolete.

◆ WearCap

int ff14bot.RemoteWindows.GatheringMasterpiece.WearCap
staticget

Obsolete.