MCPcopy 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
172bool Item::twoHanded() const {
173 return m_twoHanded;
174}
175
176float Item::timeToLive() const {
177 return m_timeToLive;

Callers 7

itemSafeTwoHandedFunction · 0.45
itemSafeOneHandedFunction · 0.45
tickMethod · 0.45
updateMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected