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

Class for handling interactions with the SynthesisSimpleDialog window. More...

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

Static Public Member Functions

static ? long GetProperty (string key)
 Attempts to get a property by its name using the lookup table.
static void Close ()
 Presses the close button.
static bool Craft (int count, bool withHq)
 Attempts to craft count items, passing -1 will craft as much as possible.

Static Public Attributes

static readonly Dictionary< string, int > Properties
 Property to element mapping.

Properties

static ushort ElementCount [get]
 How many internal elements the window currently has.
static TwoInt[] ___Elements [get]
 Gets some raw properties from the window.
static bool IsOpen [get]
 Checks if the window is currently open.
static int Normal [get]
 Gets the IconId for the currently being crafted item.
static int WithHQ [get]
 How many items have been crafted.
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

Class for handling interactions with the SynthesisSimpleDialog window.

Member Function Documentation

◆ Close()

void ff14bot.RemoteWindows.SynthesisSimpleDialog.Close ( )
static

Presses the close button.

◆ Craft()

bool ff14bot.RemoteWindows.SynthesisSimpleDialog.Craft ( int count,
bool withHq )
static

Attempts to craft count items, passing -1 will craft as much as possible.

Parameters
counthow many items to craft
withHqshould high quality materials be used
Returns
true if able to, false otherwise
Exceptions
ArgumentExceptionThrown if we try to craft more then able to

◆ GetProperty()

? long ff14bot.RemoteWindows.SynthesisSimpleDialog.GetProperty ( string key)
static

Attempts to get a property by its name using the lookup table.

Parameters
key
Returns
value of the element if found in the lookup table, null otherwise

Member Data Documentation

◆ Properties

readonly Dictionary<string, int> ff14bot.RemoteWindows.SynthesisSimpleDialog.Properties
static
Initial value:
= new Dictionary<string, int>()
{
{"Normal",0},
{"WithHQ",1},
}

Property to element mapping.

Property Documentation

◆ ___Elements

TwoInt [] ff14bot.RemoteWindows.SynthesisSimpleDialog.___Elements
staticget

Gets some raw properties from the window.

◆ ElementCount

ushort ff14bot.RemoteWindows.SynthesisSimpleDialog.ElementCount
staticget

How many internal elements the window currently has.

◆ IsOpen

bool ff14bot.RemoteWindows.SynthesisSimpleDialog.IsOpen
staticget

Checks if the window is currently open.

◆ Normal

int ff14bot.RemoteWindows.SynthesisSimpleDialog.Normal
staticget

Gets the IconId for the currently being crafted item.

◆ WithHQ

int ff14bot.RemoteWindows.SynthesisSimpleDialog.WithHQ
staticget

How many items have been crafted.