#include "externs.h"


Go to the source code of this file.
Functions | |
| void | maybe_mons_speaks (monster *mons) |
| bool | mons_speaks (monster *mons) |
| bool | mons_speaks_msg (monster *mons, const std::string &msg, const msg_channel_type def_chan=MSGCH_TALK, const bool silence=false) |
| void maybe_mons_speaks | ( | monster * | mons | ) |

| bool mons_speaks | ( | monster * | mons | ) |
| bool mons_speaks_msg | ( | monster * | mons, | |
| const std::string & | msg, | |||
| const msg_channel_type | def_chan = MSGCH_TALK, |
|||
| const bool | silence = false | |||
| ) |

1.5.6