SYNOPSIS
int P_WEIGHT "Weight"
int Set(P_WEIGHT, int value)
int Query(P_WEIGHT)
or
int SetWeight(int value)
int QueryWeight()
DESCRIPTION
The weight of the object in gramm.
For containers and rooms, this includes the weights of contained
objects as well. Containers may let just a fraction of the contained
weight "shine through" to the outside.
EXAMPLE
Set(P_WEIGHT, 120);
AVAILABILITY
Include: <properties.h>
Availability: /std/thing(/restrictions) and descendants.
SEE ALSO
thing(S), room(S), container(S), weightcontent(P), weightchg(P)