#include "describe.h"#include "externs.h"#include "enum.h"#include "ray.h"#include "state.h"

Go to the source code of this file.
| void describe_floor | ( | ) |

| void direction | ( | dist & | moves, | |
| const direction_chooser_args & | args | |||
| ) |

| int dos_direction_unmunge | ( | int | doskey | ) |
| std::string feature_description | ( | dungeon_feature_type | grid, | |
| trap_type | trap = NUM_TRAPS, |
|||
| const std::string & | cover_desc = "", |
|||
| description_level_type | dtype = DESC_CAP_A, |
|||
| bool | add_stop = true, |
|||
| bool | base_desc = false | |||
| ) |

| std::string feature_description | ( | const coord_def & | where, | |
| bool | covering = false, |
|||
| description_level_type | dtype = DESC_CAP_A, |
|||
| bool | add_stop = true, |
|||
| bool | base_desc = false | |||
| ) |

| std::vector<dungeon_feature_type> features_by_desc | ( | const base_pattern & | pattern | ) |

| void full_describe_square | ( | const coord_def & | c | ) |

| void full_describe_view | ( | void | ) |

| std::string get_monster_equipment_desc | ( | const monster_info & | mi, | |
| bool | full_desc = true, |
|||
| description_level_type | mondtype = DESC_CAP_A, |
|||
| bool | print_attitude = false | |||
| ) |

| void get_square_desc | ( | const coord_def & | c, | |
| describe_info & | inf, | |||
| bool | examine_mons = false, |
|||
| bool | show_floor = false | |||
| ) |

| std::string get_terse_square_desc | ( | const coord_def & | gc | ) |

| char mlist_index_to_letter | ( | int | index | ) |
| std::string raw_feature_description | ( | dungeon_feature_type | grid, | |
| trap_type | tr = NUM_TRAPS, |
|||
| bool | base_desc = false | |||
| ) |
| void set_feature_desc_short | ( | const std::string & | base_name, | |
| const std::string & | desc | |||
| ) |

| void set_feature_desc_short | ( | dungeon_feature_type | grid, | |
| const std::string & | desc | |||
| ) |

| void setup_feature_descs_short | ( | ) |

| void terse_describe_square | ( | const coord_def & | c, | |
| bool | in_range = true | |||
| ) |

| std::string thing_do_grammar | ( | description_level_type | dtype, | |
| bool | add_stop, | |||
| bool | force_article, | |||
| std::string | desc | |||
| ) |

1.5.6