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

Method setFacingDirection

source/game/StarHumanoid.cpp:584–586  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

582}
583
584void Humanoid::setFacingDirection(Direction facingDirection) {
585 m_facingDirection = facingDirection;
586}
587
588void Humanoid::setMovingBackwards(bool movingBackwards) {
589 m_movingBackwards = movingBackwards;

Callers 4

makeDummyMethod · 0.80
updateMethod · 0.80
tickSharedMethod · 0.80
updateCharacterPlatesMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected