Name: query_weapon_type - return the weapon type of a living Syntax: string query_weapon_type() Description: The query_weapon_type call returns the type of weapon a living is wielding. It is used for combat messages for example. Return value: A string specifying what type of weapon a living is wielding. Examples: string type; type=this_player()->query_weapon_type(); See also: living/query_weapon