Skip to main content

Streaming::removeAnimSet

Unloads the specified animation set. 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.removeAnimSet(animSet); ```

Required Arguments

  • animSet: String

Return value

  • Undefined

Example

```js // todo ```

See also