| 666 | } |
| 667 | |
| 668 | void Humanoid::setHandNonRotatedDrawables(ToolHand hand, List<Drawable> drawables) { |
| 669 | const_cast<HandDrawingInfo&>(getHand(hand)).nonRotatedDrawables = std::move(drawables); |
| 670 | } |
| 671 | |
| 672 | bool Humanoid::handHoldingItem(ToolHand hand) const { |
| 673 | return getHand(hand).holdingItem; |
no outgoing calls
no test coverage detected