Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenStarbound/OpenStarbound
/ jumping
Method
jumping
source/game/StarActorMovementController.cpp:585–587 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
583
}
584
585
bool ActorMovementController::jumping() const {
586
return m_jumping.get();
587
}
588
589
bool ActorMovementController::groundMovement() const {
590
return m_groundMovement.get();
Callers
2
processStateChanges
Method · 0.80
addActorMovementCallbacks
Method · 0.80
Calls
1
get
Method · 0.45
Tested by
no test coverage detected