[Main page] [Overview]   /daemon /economy /describe_coins
SYNOPSIS
string BANKD->describe_coins( mixed coins [,mixed nums])
FILE
/daemon/economy.c
DESCRIPTION
Generates a human readable description of coins
<coins> can either be an int value - in that case that value is first
converted to coins using value_to_coins
<coins> might also be a mapping - in that case the keys of the
mapping are the names of the coins and the values the numbers
The third possibility is to have coins as an array of names
of coins and nums as an array of coin numbers