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

Method facingDirection

source/game/items/StarActiveItem.cpp:249–251  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

247}
248
249Maybe<Direction> ActiveItem::facingDirection() const {
250 return m_facingDirection.get();
251}
252
253List<Drawable> ActiveItem::handDrawables() const {
254 if (m_itemAnimator.constParts().empty()) {

Callers 11

damageSourcesMethod · 0.45
shieldPolysMethod · 0.45
forceRegionsMethod · 0.45
lightsMethod · 0.45
pullNewParticlesMethod · 0.45
armPositionMethod · 0.45
handPositionMethod · 0.45
updateMethod · 0.45

Calls 1

getMethod · 0.45

Tested by

no test coverage detected