|
static bool | BuyItem (Player player, long price, int currencyIndex) |
|
static bool | CanAfford (Player player, long price, int currencyIndex=-1) |
|
static void | DrawSavings (SpriteBatch sb, int currencyIndex, float shopx, float shopy, bool horizontal=false) |
|
static void | GetPrices (Item item, out long calcForSelling, out long calcForBuying) |
|
static void | GetPriceText (int currencyIndex, string[] lines, ref int currentLine, long price) |
|
static void | Initialize () |
|
static bool | IsCustomCurrency (Item item) |
|
static bool | PayCurrency (Player player, long price, int currencyIndex=-1) |
|
static int | RegisterCurrency (CustomCurrencySystem collection) |
|
static bool | TryGetCurrencySystem (int id, out CustomCurrencySystem system) |
| Attempts to retrieve a CustomCurrencySystem object with the specified id from the _currencies dictionary. More...
|
|