MCPcopy Create free account
hub / github.com/OpenStarbound/OpenStarbound / stickingDirection

Method stickingDirection

source/game/StarMovementController.cpp:310–312  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

308}
309
310Maybe<float> MovementController::stickingDirection() const {
311 return m_stickingDirection.get();
312}
313
314float MovementController::liquidPercentage() const {
315 return m_liquidPercentage;

Callers 3

updateMethod · 0.80
tickSharedMethod · 0.80

Calls 1

getMethod · 0.45

Tested by

no test coverage detected