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

Method rotation

source/game/StarMovementController.cpp:277–279  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

275}
276
277float MovementController::rotation() const {
278 return m_rotation.get();
279}
280
281PolyF MovementController::collisionBody() const {
282 auto poly = collisionPoly();

Callers 15

damageSourcesMethod · 0.45
renderMethod · 0.45
processActionMethod · 0.45
tickSharedMethod · 0.45
updateMethod · 0.45
hitPolyMethod · 0.45
damageSourcesMethod · 0.45
getAbsolutePositionMethod · 0.45
collisionRectMethod · 0.45
updateMethod · 0.45
particleForPlantPartMethod · 0.45
renderMethod · 0.45

Calls 1

getMethod · 0.45

Tested by

no test coverage detected