Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/diasurgical/DevilutionX
/ isSelectable
Method
isSelectable
Source/stores.cpp:90–93 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
88
return type == Divider;
89
}
90
[[nodiscard]] bool isSelectable() const
91
{
92
return type == Selectable;
93
}
94
95
[[nodiscard]] bool hasText() const
96
{
Callers
10
CalculateLineHeights
Function · 0.80
ScrollSmithBuy
Function · 0.80
ScrollSmithPremiumBuy
Function · 0.80
ScrollWitchBuy
Function · 0.80
ScrollHealerBuy
Function · 0.80
ConfirmEnter
Function · 0.80
StartStore
Function · 0.80
StoreUp
Function · 0.80
StoreDown
Function · 0.80
CheckStoreBtn
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected