Skip to content

Commit

Permalink
correct names
Browse files Browse the repository at this point in the history
  • Loading branch information
coalaura committed Oct 15, 2024
1 parent 9690545 commit 670b7f4
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 28 deletions.
12 changes: 12 additions & 0 deletions CAM/DisableCinematicBonnetCameraThisUpdate.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
ns: CAM
aliases: ["_DISABLE_VEHICLE_FIRST_PERSON_CAM_THIS_FRAME"]
---
## DISABLE_CINEMATIC_BONNET_CAMERA_THIS_UPDATE

```c
// 0xADFF1B2A555F5FBA 0x5AC6DAC9
void DISABLE_CINEMATIC_BONNET_CAMERA_THIS_UPDATE();
```

Disables first person camera while in a vehicle for the current tick.
17 changes: 0 additions & 17 deletions CAM/DisableFirstPersonCamThisFrame.md

This file was deleted.

12 changes: 12 additions & 0 deletions CAM/DisableOnFootFirstPersonViewThisUpdate.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
ns: CAM
aliases: ["_DISABLE_FIRST_PERSON_CAM_THIS_FRAME"]
---
## DISABLE_ON_FOOT_FIRST_PERSON_VIEW_THIS_UPDATE

```c
// 0xDE2EF5DA284CC8DF
void DISABLE_ON_FOOT_FIRST_PERSON_VIEW_THIS_UPDATE();
```

Disables first person camera while on foot for the current tick.
11 changes: 0 additions & 11 deletions CAM/DisableVehicleFirstPersonCamThisFrame.md

This file was deleted.

0 comments on commit 670b7f4

Please sign in to comment.