MCPcopy Create free account
hub / github.com/crawl/crawl / current_delay

Function current_delay

crawl-ref/source/delay.cc:371–375  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

369}
370
371shared_ptr<Delay> current_delay()
372{
373 return you_are_delayed() ? you.delay_queue.front()
374 : nullptr;
375}
376
377bool player_stair_delay()
378{

Callers 13

_update_place_statsFunction · 0.85
_inputFunction · 0.85
crawl_process_commandFunction · 0.85
_check_can_do_commandFunction · 0.85
_handle_player_stepFunction · 0.85
mons_is_safeFunction · 0.85
stop_delayFunction · 0.85
player_stair_delayFunction · 0.85
handle_delayFunction · 0.85
run_macroFunction · 0.85
_should_stop_activityFunction · 0.85

Calls 1

you_are_delayedFunction · 0.85

Tested by

no test coverage detected