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

mixed *query_worn_types(string str);

Returns 1 if the living is wearing an item of type str.  If str==0 then returns an array of strings of types currently being worn.

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

See also: query_weilding(), query_worn()
