Skip to content

Commit

Permalink
fix type
Browse files Browse the repository at this point in the history
  • Loading branch information
coalaura committed Oct 28, 2024
1 parent ab0096a commit 0eaf082
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ENTITY/PlayEntityAnim.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ ns: ENTITY

```c
// 0x7FB218262B810701 0x878753D5
BOOL PLAY_ENTITY_ANIM(Entity entity, char* animName, char* animDict, float fBlendDelta, BOOL bLoop, BOOL bHoldLastFrame, BOOL bDriveToPose, float fStartPhase, cs_type(Any) int nFlags);
BOOL PLAY_ENTITY_ANIM(Entity entity, char* animName, char* animDict, float fBlendDelta, BOOL bLoop, BOOL bHoldLastFrame, BOOL bDriveToPose, float fStartPhase, int nFlags);
```
[Animations list](https://alexguirre.github.io/animations-list/)
Expand Down

0 comments on commit 0eaf082

Please sign in to comment.