Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenStarbound/OpenStarbound
/ falling
Method
falling
source/game/StarActorMovementController.cpp:577–579 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
575
}
576
577
bool ActorMovementController::falling() const {
578
return m_falling.get();
579
}
580
581
bool ActorMovementController::canJump() const {
582
return m_canJump.get();
Callers
2
processStateChanges
Method · 0.80
addActorMovementCallbacks
Method · 0.80
Calls
1
get
Method · 0.45
Tested by
no test coverage detected