MCPcopy Create free account
hub / github.com/OpenStarbound/OpenStarbound / backArmFrame

Method backArmFrame

source/game/items/StarActiveItem.cpp:225–227  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

223}
224
225Maybe<String> ActiveItem::backArmFrame() const {
226 return m_backArmFrame.get();
227}
228
229Maybe<String> ActiveItem::frontArmFrame() const {
230 return m_frontArmFrame.get();

Callers 1

Calls 1

getMethod · 0.45

Tested by

no test coverage detected