Skip to content

Commit

Permalink
Update ENTITY/PlaySynchronizedMapEntityAnim.md
Browse files Browse the repository at this point in the history
Co-authored-by: Dillon Skaggs <dillskaggs@gmail.com>
  • Loading branch information
coalaura and AvarianKnight authored Oct 28, 2024
1 parent 80f4079 commit edf1d3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ENTITY/PlaySynchronizedMapEntityAnim.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ ns: ENTITY

```c
// 0xB9C54555ED30FBC4 0xEB4CBA74
BOOL PLAY_SYNCHRONIZED_MAP_ENTITY_ANIM(float x, float y, float z, float radius, cs_type(Any) int objectModelHash, cs_type(Any) int sceneId, cs_type(Any*) char* pAnimName, cs_type(Any*) char* pAnimDictName, float fBlendDelta, float fBlendOutDelta, cs_type(Any) int flags, float fMoverBlendInDelta);
BOOL PLAY_SYNCHRONIZED_MAP_ENTITY_ANIM(float x, float y, float z, float radius, cs_type(Any) Hash objectModelHash, int sceneId, cs_type(AnyPtr) char* pAnimName, cs_type(AnyPtr) char* pAnimDictName, float fBlendDelta, float fBlendOutDelta, int flags, float fMoverBlendInDelta);
```
[Animations list](https://alexguirre.github.io/animations-list/)
Expand Down

0 comments on commit edf1d3b

Please sign in to comment.