MCPcopy 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
326bool MovementController::zeroG() const {
327 return m_zeroG.get();
328}
329
330bool MovementController::atWorldLimit(bool bottomOnly) const {
331 if (m_world) {

Callers 4

updateMethod · 0.80
processStateChangesMethod · 0.80
tickMasterMethod · 0.80

Calls 1

getMethod · 0.45

Tested by

no test coverage detected