Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenStarbound/OpenStarbound
/ crouching
Method
crouching
source/game/StarActorMovementController.cpp:569–571 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
567
}
568
569
bool ActorMovementController::crouching() const {
570
return m_crouching.get();
571
}
572
573
bool ActorMovementController::flying() const {
574
return m_flying.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