Native referenceFiveM

PLAY_SYNCHRONIZED_ENTITY_ANIM

0xC77720A12FE14A86 ENTITY
FUNCTION SIGNATURE
BOOL PLAY_SYNCHRONIZED_ENTITY_ANIM(Entity entity, int syncedScene, char* animName, char* animDictName, float fBlendInDelta, float fBlendOutDelta, int iFlags, float fMoverBlendInDelta);
Property Value
Native Name PLAY_SYNCHRONIZED_ENTITY_ANIM
Hash 0xC77720A12FE14A86
Return Type BOOL
Parameters entity (Entity), syncedScene (int), animName (char*), animDictName (char*), fBlendInDelta (float), fBlendOutDelta (float), iFlags (int), fMoverBlendInDelta (float)

Description: Animations list

Parameters

  • entity (Entity) — The entity handle to play the animation on.
  • syncedScene (int)
  • animName (char*) — The name of the animation to play.
  • animDictName (char*) — The name of the animation dictionary to use.
  • fBlendInDelta (float) — Blend in time.
  • fBlendOutDelta (float) — Blend out time.
  • iFlags (int) — The flags to use when playing the animation. See TASK_PLAY_ANIM.
  • fMoverBlendInDelta (float)
Back to ENTITY