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

int wield(string str);

This function is called when a weapon object is unwieled, or when an unwield attempt is made.  This function, if successful will unequip the weapon.

See also: query_wielded_by(), wield()
