Rebornbuddy
Loading...
Searching...
No Matches
ff14bot.Managers.SpecialShopManager Class Reference

Class that handles interacting with shops that require the player to use currencies other then gil. More...

Properties

static IntPtr ActiveShopPtr [get]
 Pointer to the data stored by the active shop.
static List< SpecialShopItemItems [get]
 All the items in the current shop window that the player can see.
static SpecialShopItem[] RawItems [get]
 All the items in the current shop window, some may not be visible to the player.

Detailed Description

Class that handles interacting with shops that require the player to use currencies other then gil.

Property Documentation

◆ ActiveShopPtr

IntPtr ff14bot.Managers.SpecialShopManager.ActiveShopPtr
staticget

Pointer to the data stored by the active shop.

◆ Items

List<SpecialShopItem> ff14bot.Managers.SpecialShopManager.Items
staticget

All the items in the current shop window that the player can see.

◆ RawItems

SpecialShopItem [] ff14bot.Managers.SpecialShopManager.RawItems
staticget

All the items in the current shop window, some may not be visible to the player.