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

Entity::hasAnimFinished

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

P3 is always 3

Syntax

<syntaxhighlight lang="javascript">entity.hasAnimFinished(animDict, animName, p3);</syntaxhighlight>

Required Arguments

  • animDict: String
  • animName: String
  • p3: int

Return value

  • Boolean

Example

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

See also