AnimationGroup:SetIgnoreFramerateThrottle

From Warcraft Wiki
Jump to navigation Jump to search

Controls whether the animation group obeys the global animation frame rate limit.

AnimationGroup:SetIgnoreFramerateThrottle(ignore)

Arguments

ignore
Boolean - true to ignore the frame rate limit, and render at the real frame rate; false to render at the animation frame rate when the real frame rate is greater.

Details

  • Animations obey a global animation frame rate limit by default -- even if the client's FPS is significantly higher, animations will only update at the frame rate returned by GetMaxAnimFramerate.

Patch history

Cataclysm Patch 4.1.0 (2011-04-26): Added.

See also