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

Function handle_delay

crawl-ref/source/delay.cc:716–723  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

714}
715
716void handle_delay()
717{
718 if (!you_are_delayed())
719 return;
720
721 shared_ptr<Delay> delay = current_delay();
722 delay->handle();
723}
724
725bool EquipOnDelay::invalidated()
726{

Callers 2

_inputFunction · 0.70
_debug_time_exploreFunction · 0.70

Calls 3

you_are_delayedFunction · 0.85
current_delayFunction · 0.85
handleMethod · 0.45

Tested by

no test coverage detected