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

Method friendlyName

source/game/StarItem.cpp:154–156  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

152}
153
154String Item::friendlyName() const {
155 return m_shortDescription;
156}
157
158Rarity Item::rarity() const {
159 return m_rarity;

Callers 10

questParamTextFunction · 0.45
addBlueprintMethod · 0.45
parseItemCollectableMethod · 0.45
guiFilterStringMethod · 0.45
addBlueprintsMethod · 0.45
setupWidgetMethod · 0.45
setupTooltipMethod · 0.45
queueItemPickupTextMethod · 0.45
setupWidgetMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected