This is the complete list of members for Weapon, including all inherited members.
can_consume | Item | |
can_equip | Item | |
can_use | Item | |
can_wield | Item | |
coords | Item | protected |
damage | Weapon | protected |
description | Item | protected |
get_coords() | Item | |
get_damage() | Weapon | |
get_description() | Item | |
get_name() | Item | |
get_rarity() | Item | |
get_size() | Item | |
get_sprite() | Item | |
get_type() | Weapon | |
get_weight() | Item | |
Item(IntPoint _coords) | Item | |
Item(int _rarity, int _weight, Tile _sprite, std::string _name, IntPoint _coords) | Item | |
name | Item | protected |
perform_action() | Weapon | virtual |
range | Weapon | protected |
rarity | Item | protected |
set_coords(IntPoint _c) | Item | |
size | Item | protected |
sprite | Item | protected |
type | Weapon | protected |
Weapon(int _rarity, int _weight, Tile _sprite, std::string _name, IntPoint _coords, int t, int _dam) | Weapon | |
Weapon(IntPoint _coords, WeaponType wpn) | Weapon | |
weight | Item | protected |