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

Method dropDrawables

source/game/StarItem.cpp:166–170  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

164}
165
166List<Drawable> Item::dropDrawables() const {
167 auto drawables = iconDrawables();
168 Drawable::scaleAll(drawables, 1.0f / TilePixels);
169 return drawables;
170}
171
172bool Item::twoHanded() const {
173 return m_twoHanded;

Callers 2

renderMethod · 0.45
updateCollisionPolyMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected