Home
last modified time | relevance | path

Searched refs:mon_attitude_type (Results 1 – 22 of 22) sorted by relevance

/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/
H A Dmon-attitude-type.h3 enum mon_attitude_type enum
H A Dmon-clone.h18 bool* obvious, mon_attitude_type mon_att);
H A Dmon-util.h352 void mons_pacify(monster& mon, mon_attitude_type att = ATT_GOOD_NEUTRAL,
370 bool mons_atts_aligned(mon_attitude_type fr1, mon_attitude_type fr2);
372 bool mons_att_wont_attack(mon_attitude_type fr);
373 mon_attitude_type mons_attitude(const monster& m);
H A Dmon-behv.h50 beh_type attitude_creation_behavior(mon_attitude_type att);
H A Dmonster.h72 mon_attitude_type attitude;
132 mon_attitude_type temp_attitude() const override;
133 mon_attitude_type real_attitude() const override { return attitude; } in real_attitude()
H A Dmapmark.h167 mon_attitude_type at = ATT_HOSTILE, god_type gd = GOD_NO_GOD,
182 mon_attitude_type attitude;
H A Dactor.h393 virtual mon_attitude_type temp_attitude() const = 0;
394 virtual mon_attitude_type real_attitude() const = 0;
H A Dmon-clone.cc278 mon_attitude_type mon_att) in clone_mons()
H A Dmon-info.h219 mon_attitude_type attitude;
H A Dbeam.h145 mon_attitude_type attitude = ATT_HOSTILE; // attitude of whoever fired tracer
H A Dattitude-change.cc33 const mon_attitude_type att = mon->temp_attitude(); in mons_att_changed()
H A Dplayer.h747 mon_attitude_type temp_attitude() const override { return ATT_FRIENDLY; }; in temp_attitude()
748 mon_attitude_type real_attitude() const override { return ATT_FRIENDLY; }; in real_attitude()
H A Dfineff.h242 mon_attitude_type attitude;
H A Dmapmark.cc683 int dur, int mnum, beh_type bh, mon_attitude_type at, in map_phoenix_marker()
708 attitude = static_cast<mon_attitude_type>(unmarshallUByte(in)); in read()
H A Dmon-util.cc3420 bool mons_atts_aligned(mon_attitude_type fr1, mon_attitude_type fr2) in mons_atts_aligned()
3461 bool mons_att_wont_attack(mon_attitude_type fr) in mons_att_wont_attack()
3467 mon_attitude_type mons_attitude(const monster& m) in mons_attitude()
3578 void mons_pacify(monster& mon, mon_attitude_type att, bool no_xp) in mons_pacify()
H A Dmon-behv.cc1335 beh_type attitude_creation_behavior(mon_attitude_type att) in attitude_creation_behavior()
H A Dmapdef.h652 mon_attitude_type attitude;
H A Dmonster.cc231 mon_attitude_type monster::temp_attitude() const in temp_attitude()
3089 mon_attitude_type att = temp_attitude(); in neutral()
H A Dreligion.cc4500 const mon_attitude_type att = mons_attitude(mons); in get_monster_tension()
H A Ddirectn.cc137 mon_attitude_type att = m->attitude; in _wizard_make_friendly()
H A Dtags.cc6651 m.attitude = static_cast<mon_attitude_type>(unmarshallByte(th)); in unmarshallMonster()
6944 m.attitude = static_cast<mon_attitude_type>( in unmarshallMonster()
H A Dmon-cast.cc3316 mon_attitude_type castatt = caster->temp_attitude(); in _glaciate_tracer()