Skip to content

Commit

Permalink
Update StopGameplayCamShaking.md (#973)
Browse files Browse the repository at this point in the history
* Update StopGameplayCamShaking.md

Tested in a server and found the boolean parameter would stop shaking the frame it was called on, instead of slowing the shake to a stop.

* Update StopGameplayCamShaking.md

Corrected the casing for the function parameter.

---------

Co-authored-by: ammonia-cfx <[email protected]>
  • Loading branch information
TheCoolestPaul and 4mmonium authored Jan 6, 2024
1 parent e2ca8f9 commit 3be9128
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions CAM/StopGameplayCamShaking.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,9 @@ ns: CAM

```c
// 0x0EF93E9F3D08C178 0xFD569E4E
void STOP_GAMEPLAY_CAM_SHAKING(BOOL p0);
void STOP_GAMEPLAY_CAM_SHAKING(BOOL bStopImmediately);
```
## Parameters
* **p0**:
* **bStopImmediately**: Should the shake stop this frame.

0 comments on commit 3be9128

Please sign in to comment.