Home
last modified time | relevance | path

Searched defs:hitfunc (Results 1 – 17 of 17) sorted by relevance

/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/
H A Ddirectn.h70 targeter *hitfunc; member
268 targeter *hitfunc; // Determine what would be hit. variable
H A Ddirectn.cc452 targeter *hitfunc) in _is_target_in_range()
788 bool need_path, int range, targeter *hitfunc) in _get_nearby_items()
812 bool need_path, int range, targeter *hitfunc) in _get_nearby_features()
2629 targeter* hitfunc) in _want_target_monster()
2668 bool need_path, int range, targeter *hitfunc) in _find_monster()
2708 targeter *hitfunc) in _find_shadow_step_mons()
2731 bool need_path, int range, targeter *hitfunc, in _find_monster_expl()
2778 int range, targeter *hitfunc) in _find_autopickup_object()
2789 targeter *hitfunc) in _find_object()
2859 target_checker find_targ, targeter *hitfunc, in _find_square()
[all …]
H A Dspl-damage.cc752 targeter_radius hitfunc(&you, LOS_NO_TRANS); in _cast_los_attack_spell() local
1491 targeter_radius hitfunc(&you, LOS_ARENA); in cast_shatter() local
1722 targeter_radius hitfunc(who, LOS_NO_TRANS, 1, 0, 1); in cast_irradiate() local
2125 targeter_radius hitfunc(agent, LOS_NO_TRANS); in cast_ignite_poison() local
2509 targeter_thunderbolt hitfunc(caster, spell_range(SPELL_THUNDERBOLT, pow), in cast_thunderbolt() local
2722 auto hitfunc = find_spell_targeter(SPELL_DAZZLING_FLASH, pow, range); in cast_dazzling_flash() local
2797 targeter_radius hitfunc(&you, LOS_NO_TRANS); in cast_toxic_radiance() local
2838 targeter_radius hitfunc(mon_agent, LOS_NO_TRANS); in cast_toxic_radiance() local
3108 targeter_cone hitfunc(caster, range); in cast_glaciate() local
3308 auto hitfunc = find_spell_targeter(SPELL_HAILSTORM, pow, range); in cast_hailstorm() local
[all …]
H A Dmelee-attack.cc114 targeter_smite hitfunc(attacker, 1, 1, 1, false); in handle_phase_attempted() local
130 targeter_radius hitfunc(&you, LOS_NO_TRANS); in handle_phase_attempted() local
145 targeter_radius hitfunc(&you, LOS_NO_TRANS); in handle_phase_attempted() local
171 targeter_beam hitfunc(&you, 4, ZAP_SWORD_BEAM, 100, 0, 0); in handle_phase_attempted() local
187 targeter_cleave hitfunc(attacker, defender->pos()); in handle_phase_attempted() local
H A Dspl-cast.cc1508 static vector<string> _desc_hit_chance(const monster_info& mi, targeter* hitfunc) in _desc_hit_chance()
1523 targeter* hitfunc, int pow) in _desc_intoxicate_chance()
1537 targeter* hitfunc, int pow) in _desc_englaciate_chance()
1626 targeter* hitfunc) in desc_wl_success_chance()
1692 targeter *hitfunc) in targeter_addl_desc()
1790 unique_ptr<targeter> hitfunc = find_spell_targeter(spell, powc, range); in your_spells() local
H A Dmon-explode.cc286 targeter_radius hitfunc(mons, LOS_SOLID); in explode_monster() local
H A Dfight.cc799 targeter_cleave hitfunc(&you, target); in force_player_cleave() local
1149 bool stop_attack_prompt(targeter &hitfunc, const char* verb, in stop_attack_prompt()
H A Dspl-vortex.cc119 targeter_radius hitfunc(&you, LOS_NO_TRANS, POLAR_VORTEX_RADIUS); in cast_polar_vortex() local
H A Dspl-transloc.cc166 string verb, targeter *hitfunc = nullptr) in _find_cblink_target()
398 targeter *hitfunc, dist *target) in _find_charge_target()
H A Ditem-use.cc3061 unique_ptr<targeter> hitfunc = _get_scroll_targeter(scroll); in _scroll_targeting_check() local
3122 unique_ptr<targeter> hitfunc = _get_scroll_targeter(which_scroll); in scroll_hostile_check() local
3189 targeter_radius hitfunc(&you, LOS_NO_TRANS); in read() local
H A Dmon-abil.cc727 targeter_radius hitfunc(*mi, LOS_SOLID); in lost_soul_revive() local
H A Dability.cc2066 targeter_splash hitfunc(&you, beam.range); in _do_ability() local
2341 targeter_radius hitfunc(&you, LOS_SOLID, 2); in _do_ability() local
H A Devoke.cc849 targeter_radius hitfunc(&you, LOS_NO_TRANS); in _tremorstone() local
H A Dgod-abil.cc2088 targeter_radius hitfunc(&you, LOS_DEFAULT); in cheibriados_slouch() local
5163 unique_ptr<targeter> hitfunc; in uskayaw_line_pass() local
H A Dmon-cast.cc3154 targeter_radius hitfunc(mons, LOS_SOLID); in _corrupting_pulse() local
3313 targeter_cone hitfunc(caster, spell_range(SPELL_GLACIATE, pow)); in _glaciate_tracer() local
H A Dquiver.cc518 unique_ptr<targeter> hitfunc; in trigger() local
/dports/games/xpilot-ng-server/xpilot-ng-4.7.3/src/server/
H A Dwalls.h168 bool (*hitfunc)(group_t *groupptr, const move_t *move); member