Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
371
shared_ptr<Delay> current_delay()
372
{
373
return you_are_delayed() ? you.delay_queue.front()
374
: nullptr;
375
}
376
377
bool player_stair_delay()
378
{
Callers
13
_update_place_stats
Function · 0.85
_input
Function · 0.85
crawl_process_command
Function · 0.85
_check_can_do_command
Function · 0.85
_handle_player_step
Function · 0.85
mons_is_safe
Function · 0.85
stop_delay
Function · 0.85
player_stair_delay
Function · 0.85
clear_macro_process_key_delay
Function · 0.85
handle_delay
Function · 0.85
run_macro
Function · 0.85
_should_stop_activity
Function · 0.85
Calls
1
you_are_delayed
Function · 0.85
Tested by
no test coverage detected