-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
24 additions
and
28 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |
This file was deleted.
Oops, something went wrong.