| 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. SeeTASK_PLAY_ANIM.fMoverBlendInDelta(float)