| 192 | } |
| 193 | |
| 194 | RCT12PeepAnimationGroup PeepAnimationsObject::GetLegacyPosition(PeepAnimationGroup animGroup) const |
| 195 | { |
| 196 | return _animationGroups[EnumValue(animGroup)].legacyPosition; |
| 197 | } |
| 198 | |
| 199 | std::string_view PeepAnimationsObject::GetScriptName(PeepAnimationGroup animGroup) const |
| 200 | { |
no test coverage detected