From 0a1c65996675f9ed7e0ecfa95fbeecea741131a6 Mon Sep 17 00:00:00 2001 From: Vortrex <3858226+VortrexFTW@users.noreply.github.com> Date: Thu, 26 May 2022 17:29:23 -0500 Subject: [PATCH] Fix JSDoc for clientside animation func --- scripts/client/animation.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/client/animation.js b/scripts/client/animation.js index 1afad949..f62db4f7 100644 --- a/scripts/client/animation.js +++ b/scripts/client/animation.js @@ -139,7 +139,7 @@ function makePedStopAnimation(pedId) { /** * @param {number} animationSlot - The slot index of the animation - * @return {Array} The animation's data (array) + * @return {AnimationData} The animation's data (array) */ function getAnimationData(animationSlot, gameId = getGame()) { return getGameConfig().animations[gameId][animationSlot];