MCPcopy 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
229Maybe<String> ActiveItem::frontArmFrame() const {
230 return m_frontArmFrame.get();
231}
232
233bool ActiveItem::twoHandedGrip() const {
234 return m_twoHandedGrip.get();

Callers 1

Calls 1

getMethod · 0.45

Tested by

no test coverage detected