#include <show.h>
Public Member Functions | |
show_type () | |
show_type (dungeon_feature_type f) | |
show_type (const item_def &item) | |
show_type (show_item_type itemtype) | |
show_type (monster_type montype) | |
operator bool () const | |
bool | operator< (const show_type &other) const |
bool | is_cleanable_monster () const |
Public Attributes | |
show_class | cls |
dungeon_feature_type | feat |
show_item_type | item |
monster_type | mons |
unsigned short | colour |
show_type::show_type | ( | ) |
show_type::show_type | ( | dungeon_feature_type | f | ) |
show_type::show_type | ( | const item_def & | item | ) |
show_type::show_type | ( | show_item_type | itemtype | ) |
show_type::show_type | ( | monster_type | montype | ) |
show_type::operator bool | ( | ) | const [inline] |
bool show_type::operator< | ( | const show_type & | other | ) | const |
bool show_type::is_cleanable_monster | ( | ) | const |
unsigned short show_type::colour |