Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenStarbound/OpenStarbound
/ zeroG
Method
zeroG
source/game/StarMovementController.cpp:326–328 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
324
}
325
326
bool MovementController::zeroG() const {
327
return m_zeroG.get();
328
}
329
330
bool MovementController::atWorldLimit(bool bottomOnly) const {
331
if (m_world) {
Callers
4
update
Method · 0.80
processStateChanges
Method · 0.80
tickMaster
Method · 0.80
addActorMovementCallbacks
Method · 0.80
Calls
1
get
Method · 0.45
Tested by
no test coverage detected