MCPcopy Create free account
hub / github.com/OpenRCT2/OpenRCT2 / GetLegacyPosition

Method GetLegacyPosition

src/openrct2/object/PeepAnimationsObject.cpp:194–197  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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 {

Calls 1

EnumValueFunction · 0.85

Tested by

no test coverage detected