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