Nightmare Mudlib SimulEfun: currency_mass()

int currency_mass(string currency, int amount);

DESCRIPTION
Returns the mass of a given number of currency units of the currency
in question.

EXAMPLES
No examples are relevant as of yet.

NOTE
Currency mass is not relevant as of Nightmare 3.3.  This function
works but it has no meaning to the rest of the mudlib for currency to
have mass.

LOCATION
/secure/SimulEfun/economy.c

SEE ALSO
currency_inflation(), currency_rate(), currency_value()

LAST MODIFIED
Nightmare 3.3

