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

Entity::setAnimCurrentTime

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

Syntax

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

Required Arguments

  • animDictionary: String
  • animName: String
  • time: float

Return value

  • Undefined

Example

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

See also