Streaming::removeAnimSet

From RAGE Multiplayer Wiki

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

mp.game.streaming.removeAnimSet(animSet);

Required Arguments

  • animSet: String

Return value

  • Undefined

Example

// todo

See also