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

Method setRotation

source/game/StarHumanoid.cpp:596–598  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

594}
595
596void Humanoid::setRotation(float rotation) {
597 m_rotation = rotation;
598}
599
600void Humanoid::setScale(Vec2F scale) {
601 m_scale = scale;

Callers 9

setInitialDirectionMethod · 0.45
setInitialVelocityMethod · 0.45
tickSharedMethod · 0.45
initMethod · 0.45
updateMethod · 0.45
tickSharedMethod · 0.45
updateMethod · 0.45
buildTeamBarMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected