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

Method GetNumAnimationGroups

src/openrct2/object/PeepAnimationsObject.cpp:189–192  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

187 }
188
189 size_t PeepAnimationsObject::GetNumAnimationGroups() const
190 {
191 return _animationGroups.size();
192 }
193
194 RCT12PeepAnimationGroup PeepAnimationsObject::GetLegacyPosition(PeepAnimationGroup animGroup) const
195 {

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected