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

Streaming::requestAnimSet

Материал из RAGE MP Wiki Archive
Версия от 03:35, 27 мая 2024; imported>Shr0x (See also)
(разн.) ← Предыдущая версия | Текущая версия (разн.) | Следующая версия → (разн.)

Starts loading the specified animation set. An animation set provides movement animations for a ped. See SET_PED_MOVEMENT_CLIPSET.

Syntax

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

Required Arguments

  • animSet: String

Return value

  • Undefined

Example

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

See also