Local Functions (/std/inheritables/living.c)

mixed *query_wielding(object ob);

Returns 1 if ob is wielded by the living.  If ob==0 then returns an array of objects currently being wielded.

ADDITIONAL:
add_wielding() and remove_wielding() are internal and should not be called.

See also: query_worn(), query_worn_types()
