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

Method direction

source/game/StarObject.cpp:331–333  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

329}
330
331Direction Object::direction() const {
332 return m_direction.get();
333}
334
335void Object::setDirection(Direction direction) {
336 m_direction.set(direction);

Callers 4

updateMethod · 0.45
updateForceRegionsMethod · 0.45
damageSourcesMethod · 0.45

Calls 1

getMethod · 0.45

Tested by

no test coverage detected