CURRENCY_INFLATION(1) CURRENCY_INFLATION(1)
NNAAMMEE
_c_u_r_r_e_n_c_y___i_n_f_l_a_t_i_o_n_(_) - returns the rate of annual
inflation
SSYYNNOOPPSSIISS
float currency_inflation(string type)
DDEESSCCRRIIPPTTIIOONN
Given any currency as an argument, this function returns
the rate at which that currency inflates or deflates each
MUD year.
EEXXAAMMPPLLEESS
+o _c_u_r_r_e_n_c_y___i_n_f_l_a_t_i_o_n("gold") might return 0.03, meaning
it's buying power will decrease by 3% over the next
MUD year. In other words, an object which cost 100
gold today will cost 103 gold this time next year.
LLOOCCAATTIIOONN
/secure/SimulEfun/economy.c
SSEEEE AALLSSOO
_c_u_r_r_e_n_c_y___m_a_s_s_(_), _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_(_)
AAuutthhoorr
Descartes of Borg
1