Fix JSDoc for clientside animation func

This commit is contained in:
Vortrex
2022-05-26 17:29:23 -05:00
parent 42b8125bc0
commit 0a1c659966

View File

@@ -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];