Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenStarbound/OpenStarbound
/ frontArmFrame
Method
frontArmFrame
source/game/items/StarActiveItem.cpp:229–231 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
227
}
228
229
Maybe<String> ActiveItem::frontArmFrame() const {
230
return m_frontArmFrame.get();
231
}
232
233
bool ActiveItem::twoHandedGrip() const {
234
return m_twoHandedGrip.get();
Callers
1
setupHumanoidHandItemDrawables
Method · 0.80
Calls
1
get
Method · 0.45
Tested by
no test coverage detected