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

Method flying

source/game/StarSky.cpp:455–459  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

453}
454
455bool Sky::flying() const {
456 if (m_flyingType == FlyingType::None)
457 return false;
458 return true;
459}
460
461FlyingType Sky::flyingType() const {
462 return m_flyingType;

Callers 4

processStateChangesMethod · 0.45
removeObjectMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected