Click or drag to resize

SpecialCurrencyManagerGetCurrencyCount Method

Check the players special currency count

Namespace:  ff14bot.Managers
Assembly:  RebornBuddy (in RebornBuddy.exe) Version: 3.3.1; net-4.5.win32; release
Syntax
C#
public static uint GetCurrencyCount(
	SpecialCurrency currency
)

Parameters

currency
Type: ff14bot.ManagersSpecialCurrency

Return Value

Type: UInt32
Returns how much of a currency the player has, 0 otherwise
See Also