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

Method setHandNonRotatedDrawables

source/game/StarHumanoid.cpp:668–670  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected