Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
596
void Humanoid::setRotation(float rotation) {
597
m_rotation = rotation;
598
}
599
600
void Humanoid::setScale(Vec2F scale) {
601
m_scale = scale;
Callers
9
setInitialDirection
Method · 0.45
setInitialVelocity
Method · 0.45
tickShared
Method · 0.45
init
Method · 0.45
update
Method · 0.45
tickShared
Method · 0.45
addActorMovementCallbacks
Method · 0.45
update
Method · 0.45
buildTeamBar
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected