GetMaxAnimFramerate

From Warcraft Wiki
Jump to navigation Jump to search
Links
Info
Added in 4.1.0
Removed in 7.0.3

Returns the maximum animation frame rate for throttled animations.

maxFPS = GetMaxAnimFramerate()

Returns

maxFPS
number - Maximum frame rate for throttled animations in frames per second.

Details

  • Animations obey this 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 this function. Animation groups may opt out of this throttling using
AnimationGroup:SetIgnoreFramerateThrottle(true)

Patch changes

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

See also