SYNOPSIS
#include <defs>
inherit STD_MODULE;
FILE
/std/money.c
DESCRIPTION
An object representing an arbitrary amount of money.
You do not need to use this object directly as it just
represents the amount of money in e.g. a room or a player
There are specialized methods for handling payments etc.
in living objects
SEE ALSO
std/living
| add_money | describe_heap | get_amount | get_money |
| get_value | is_money | redo_heap | set_money |
| split_heap |