| 396 | } |
| 397 | |
| 398 | String const* NetworkedAnimator::globalTagPtr(String const& tagName) const { |
| 399 | return m_globalTags.ptr(tagName); |
| 400 | } |
| 401 | |
| 402 | |
| 403 | void NetworkedAnimator::setPartTag(String const& partType, String tagName, String tagValue) { |
no test coverage detected