Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
UseItem
Function · 0.80
HasRangedSpell
Function · 0.80
CtrlUseInvItem
Function · 0.80
CtrlUseStashItem
Function · 0.80
Calls
1
HasAnyOf
Function · 0.85
Tested by
no test coverage detected