| 849 | } |
| 850 | |
| 851 | Vec2F Npc::mouthPosition() const { |
| 852 | return mouthOffset(true) + position(); |
| 853 | } |
| 854 | |
| 855 | Vec2F Npc::mouthPosition(bool ignoreAdjustments) const { |
| 856 | return mouthOffset(ignoreAdjustments) + position(); |
no outgoing calls
no test coverage detected