MCPcopy 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

CalculateLineHeightsFunction · 0.80
ScrollSmithBuyFunction · 0.80
ScrollSmithPremiumBuyFunction · 0.80
ScrollWitchBuyFunction · 0.80
ScrollHealerBuyFunction · 0.80
ConfirmEnterFunction · 0.80
StartStoreFunction · 0.80
StoreUpFunction · 0.80
StoreDownFunction · 0.80
CheckStoreBtnFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected