Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenStarbound/OpenStarbound
/ twoHandedGrip
Method
twoHandedGrip
source/game/items/StarActiveItem.cpp:233–235 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
231
}
232
233
bool ActiveItem::twoHandedGrip() const {
234
return m_twoHandedGrip.get();
235
}
236
237
bool ActiveItem::recoil() const {
238
return m_recoil.get();
Callers
2
setupHumanoidHandItems
Method · 0.80
setupHumanoidHandItemDrawables
Method · 0.80
Calls
1
get
Method · 0.45
Tested by
no test coverage detected