| 570 | } |
| 571 | |
| 572 | void Humanoid::setEmoteState(HumanoidEmote state) { |
| 573 | if (m_emoteState != state) |
| 574 | m_emoteAnimationTimer = 0.0f; |
| 575 | m_emoteState = state; |
| 576 | } |
| 577 | |
| 578 | void Humanoid::setDance(Maybe<String> const& dance) { |
| 579 | if (m_dance != dance) |
no outgoing calls
no test coverage detected