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

Method tooltipKind

source/game/StarItem.cpp:184–186  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

182}
183
184String Item::tooltipKind() const {
185 return m_tooltipKind;
186}
187
188String Item::largeImage() const {
189 return m_largeImage;

Callers 3

buildItemTooltipMethod · 0.45
buildItemDescriptionMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected