mud/lib/doc/sefun/currency_mass
2020-09-06 05:43:07 -07:00

31 lines
647 B
Plaintext

CURRENCY_MASS(1) CURRENCY_MASS(1)
NAME
currency_mass() - returns the mass of a given amount of a
currency
SYNOPSIS
int currency_mass(string type, int x)
DESCRIPTION
Given a currency and an amount of that currency, the
function will return the mass.
EXAMPLES
int currency_mass("gold", 100) might return 4 for 4 mass
units
LOCATION
/secure/sefun/economy.c
SEE ALSO
currency_inflation(), currency_rate(), currency_value(),
mud_currencies()
Author
Descartes of Borg
1