
CURRENCY_MASS(1)                                 CURRENCY_MASS(1)

NNAAMMEE
       _c_u_r_r_e_n_c_y___m_a_s_s_(_) - returns the mass of a given amount of a
       currency

SSYYNNOOPPSSIISS
       int currency_mass(string type, int x)

DDEESSCCRRIIPPTTIIOONN
       Given a currency and an amount of that currency, the
       function will return the mass.

EEXXAAMMPPLLEESS
       int currency_mass("gold", 100) might return 4 for 4 mass
       units

LLOOCCAATTIIOONN
       /secure/SimulEfun/economy.c

SSEEEE AALLSSOO
       _c_u_r_r_e_n_c_y___i_n_f_l_a_t_i_o_n_(_), _c_u_r_r_e_n_c_y___r_a_t_e_(_), _c_u_r_r_e_n_c_y___v_a_l_u_e_(_),
       _m_u_d___c_u_r_r_e_n_c_i_e_s_(_)

AAuutthhoorr
       Descartes of Borg

                                                                1

