Streaming::requestAnimSet
Starts loading the specified animation set. An animation set provides movement animations for a ped. See SET_PED_MOVEMENT_CLIPSET.
Syntax
```js mp.game.streaming.requestAnimSet(animSet); ```
Required Arguments
- animSet: String
Return value
- Undefined
Example
```js // todo ```