Home
last modified time | relevance | path

Searched refs:fire_context (Results 1 – 5 of 5) sorted by relevance

/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/
H A Dexterns.h366 const quiver::action_cycler *fire_context; variable
H A Dquiver.cc115 if (!target.fire_context) in set_target()
116 target.fire_context = default_fire_context; in set_target()
234 a->target.fire_context = this; in do_target()
871 !target.fire_context || !target.fire_context->autoswitched); in trigger()
H A Ddirectn.cc172 find_target(false), fire_context(nullptr), cmd_result(CMD_NO_CMD) in dist()
299 else if (moves.fire_context) in print_top_prompt()
303 moves.fire_context->get()->quiver_description().tostring().c_str()); in print_top_prompt()
322 if (moves.fire_context) in print_key_hints()
324 const string hint = moves.fire_context->fire_key_hints(); in print_key_hints()
2133 if (moves.fire_context in process_command()
2134 && moves.fire_context->targeter_handles_key(command)) in process_command()
H A Dspl-util.cc833 if (spelld.isCancel && spelld.interactive && !spelld.fire_context) in spell_direction()
H A Dspl-cast.cc1805 && (target->fire_context // force static targeters when called in in your_spells()