Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
455
bool Sky::flying() const {
456
if (m_flyingType == FlyingType::None)
457
return false;
458
return true;
459
}
460
461
FlyingType Sky::flyingType() const {
462
return m_flyingType;
Callers
4
processStateChanges
Method · 0.45
removeObject
Method · 0.45
addActorMovementCallbacks
Method · 0.45
makeCelestialCallbacks
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected