Main Menu |
---|
|
→ PlayerModel
Links |
---|
Check if the model currently displayed in the Model widget supports the animation corresponding to the given animation ID.
hasAnimation = myModel:HasAnimation(animationID);
Arguments
- animationID
- Number - 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
Patch 7.0.3 (2016-07-19): Added.