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

Handles interacting with the ShopExchangeCurrency game window. More...

Static Public Member Functions

static uint Purchase (uint itemId, uint itemCount)
 Purchase item from store.
static uint CanAfford (SpecialShopItem item)
 Returns how many of the item the player can afford to purchase.
static void Close ()
 Attempts to close the ShopExchangeCurrency window.

Properties

static bool Open [get]
 Checks if the ShopExchangeCurrency window is currently open.

Detailed Description

Handles interacting with the ShopExchangeCurrency game window.

Member Function Documentation

◆ CanAfford()

uint ff14bot.RemoteWindows.ShopExchangeCurrency.CanAfford ( SpecialShopItem item)
static

Returns how many of the item the player can afford to purchase.

Parameters
item
Returns

◆ Close()

void ff14bot.RemoteWindows.ShopExchangeCurrency.Close ( )
static

Attempts to close the ShopExchangeCurrency window.

◆ Purchase()

uint ff14bot.RemoteWindows.ShopExchangeCurrency.Purchase ( uint itemId,
uint itemCount )
static

Purchase item from store.

Parameters
itemId
itemCountThis value will never exced what the normal game ui allows
Returns
number of items purchased

Property Documentation

◆ Open

bool ff14bot.RemoteWindows.ShopExchangeCurrency.Open
staticget

Checks if the ShopExchangeCurrency window is currently open.