Перейти к содержанию

Streaming::removeAnimSet

Материал из RAGE MP Wiki Archive

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

<syntaxhighlight lang="javascript">mp.game.streaming.removeAnimSet(animSet);</syntaxhighlight>

Required Arguments

  • animSet: String

Return value

  • Undefined

Example

<syntaxhighlight lang="javascript"> // todo </syntaxhighlight>

See also