You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: api/player-model/README.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,30 +11,30 @@ PlayerModel_Update(pPlayer); // force update player model
11
11
```
12
12
13
13
14
-
## Working with animations
14
+
## Working With Animations
15
15
16
16
The API supports loading custom animations, including additional weapon animations from separate files.
17
17
18
-
### Precaching animation
18
+
### Precaching Animation
19
19
20
20
To precache the animation use `PlayerModel_PrecacheAnimation` native, it will precache animation from `animations` directory. This example will precache animation from `cstrike/animations/my-mod/player.mdl`:
0 commit comments