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

mixed *query_worn(object ob);

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

ADDITIONAL:
add_worn() and remove_worn() are internal and should not be called.

See also: query_weilding(), query_worn_types()
