Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenStarbound/OpenStarbound
/ twoHanded
Method
twoHanded
source/game/StarItem.cpp:172–174 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
170
}
171
172
bool Item::twoHanded() const {
173
return m_twoHanded;
174
}
175
176
float Item::timeToLive() const {
177
return m_timeToLive;
Callers
7
itemSafeTwoHanded
Function · 0.45
itemSafeOneHanded
Function · 0.45
setupHumanoidHandItems
Method · 0.45
setupHumanoidHandItemDrawables
Method · 0.45
tick
Method · 0.45
update
Method · 0.45
buildItemDescriptionInner
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected