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

Entity::setAnimSpeed

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

Syntax

<syntaxhighlight lang="javascript">entity.setAnimSpeed(animDictionary, animName, speedMultiplier);</syntaxhighlight>

Required Arguments

  • animDictionary: String
  • animName: String
  • speedMultiplier: float

Return value

  • Undefined

Example

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

See also