MCPcopy Create free account
hub / github.com/diasurgical/DevilutionX / isTargeted

Method isTargeted

Source/spelldat.h:249–252  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

247 }
248
249 [[nodiscard]] bool isTargeted() const
250 {
251 return HasAnyOf(flags, SpellDataFlags::Targeted);
252 }
253
254 [[nodiscard]] bool isAllowedInTown() const
255 {

Callers 4

UseItemFunction · 0.80
HasRangedSpellFunction · 0.80
CtrlUseInvItemFunction · 0.80
CtrlUseStashItemFunction · 0.80

Calls 1

HasAnyOfFunction · 0.85

Tested by

no test coverage detected