PlayerModel:HasAnimation

From Warcraft Wiki
Jump to navigation Jump to search

Returns true if the currently displayed model supports the given animation ID.

hasAnimation = PlayerModel:HasAnimation(anim)

Arguments

anim
number : AnimationDataEnum - An animation ID

Returns

hasAnimation
boolean - True if the model has the animation; false otherwise

Example

modelCanPlayTalkingAnimation = myModel:HasAnimation(60) -- 60 is the animation ID for the talking animation

Patch changes

Legion Patch 7.0.3 (2016-07-19): Added.