Streaming::hasAnimSetLoaded
Gets whether the specified animation set has finished loading. An animation set provides movement animations for a ped. See SET_PED_MOVEMENT_CLIPSET.
Animation set and clip set are synonymous.
Syntax
```js mp.game.streaming.hasAnimSetLoaded(animSet); ```
Required Arguments
- animSet: String
Return value
- Boolean
Example
```js // todo ```