Dawn of Light - Class documentation 2900
This is the Dawn of Light project
DOL.GS.Money Class Reference

capsulate money operations currently there is no instance of Money use long instead More...

List of all members.

Static Public Member Functions

static int GetMithril (long money)
static int GetPlatinum (long money)
static int GetGold (long money)
static int GetSilver (long money)
static int GetCopper (long money)
static long GetMoney (int mithril, int platinum, int gold, int silver, int copper)
static string GetString (long money)
 return different formatted strings for money
static string GetShortString (long money)
static long SetAutoPrice (int level, int quality)
 Calculate an approximate price for given level and quality.

Detailed Description

capsulate money operations currently there is no instance of Money use long instead


Member Function Documentation

static string DOL.GS.Money.GetString ( long  money) [static]

return different formatted strings for money

Parameters:
money
Returns:
static long DOL.GS.Money.SetAutoPrice ( int  level,
int  quality 
) [static]

Calculate an approximate price for given level and quality.

Parameters:
level
quality
Returns:

The documentation for this class was generated from the following file:
 All Classes Namespaces Functions Variables Enumerations Properties Events