Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenStarbound/OpenStarbound
/ walking
Method
walking
source/game/StarActorMovementController.cpp:551–553 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
549
}
550
551
bool ActorMovementController::walking() const {
552
return m_walking.get();
553
}
554
555
bool ActorMovementController::running() const {
556
return m_running.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