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

Method mouthPosition

source/game/StarNpc.cpp:851–853  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

849}
850
851Vec2F Npc::mouthPosition() const {
852 return mouthOffset(true) + position();
853}
854
855Vec2F Npc::mouthPosition(bool ignoreAdjustments) const {
856 return mouthOffset(ignoreAdjustments) + position();

Callers 3

addWorldEntityCallbacksFunction · 0.45
updateRunningMethod · 0.45
updateMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected