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

Function check_ability_possible

crawl-ref/source/ability.cc:2542–2545  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2540}
2541
2542bool check_ability_possible(const ability_type ability, bool quiet)
2543{
2544 return _check_ability_possible(get_ability_def(ability), quiet);
2545}
2546
2547class ability_targeting_behaviour : public targeting_behaviour
2548{

Callers 5

_tile_for_abilityFunction · 0.85
is_enabledMethod · 0.85
triggerMethod · 0.85
choose_ability_menuFunction · 0.85
LUAFNFunction · 0.85

Calls 1

_check_ability_possibleFunction · 0.85

Tested by

no test coverage detected