.DT
query_holding
$MUDNAME$ living help
query_holding
Name
.SI 5
query_holding - The objects being held.
.EI
Syntax
.SI 5
object *query_holding();
.EI
Description
.SP 5 5
Returns the objects being currently held and in which hand they are
being held.
.EP
Examples:
.SI 5
write("You are holding "+query_multiple_short(this_player()->query_holding())+
".\n");
.EI
See also
.SP 5 5
set_hold, set_unhold, query_limbs, query_weapons, query_no_limbs
.EP