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

Gets information about some of the currencies in the currencies tab. More...

Static Public Member Functions

static uint GetCurrencyCount (SpecialCurrency currency)
 Check the players special currency count.
static uint GetCurrencyCount (uint catalogId)
 Check the players special currency count by catalogid.
static uint GetCurrencyWeeklyLimitCount (SpecialCurrency currency)
 Gets the progress towards the weekly cap for given currency.

Properties

static SpecialCurrencyStorage[] SpecialCurrencies [get]
 Gets all the current special currencies.
static uint[] SpecialCurrenciesWeeklyLimits [get]
 Gets the limits for some special currencies.

Detailed Description

Gets information about some of the currencies in the currencies tab.

Member Function Documentation

◆ GetCurrencyCount() [1/2]

uint ff14bot.Managers.SpecialCurrencyManager.GetCurrencyCount ( SpecialCurrency currency)
static

Check the players special currency count.

Parameters
currency
Returns
Returns how much of a currency the player has, 0 otherwise

◆ GetCurrencyCount() [2/2]

uint ff14bot.Managers.SpecialCurrencyManager.GetCurrencyCount ( uint catalogId)
static

Check the players special currency count by catalogid.

Parameters
catalogId
Returns
Returns how much of a currency the player has, 0 otherwise

◆ GetCurrencyWeeklyLimitCount()

uint ff14bot.Managers.SpecialCurrencyManager.GetCurrencyWeeklyLimitCount ( SpecialCurrency currency)
static

Gets the progress towards the weekly cap for given currency.

Parameters
currency
Returns

Property Documentation

◆ SpecialCurrencies

SpecialCurrencyStorage [] ff14bot.Managers.SpecialCurrencyManager.SpecialCurrencies
staticget

Gets all the current special currencies.

◆ SpecialCurrenciesWeeklyLimits

uint [] ff14bot.Managers.SpecialCurrencyManager.SpecialCurrenciesWeeklyLimits
staticget

Gets the limits for some special currencies.