From 670b7f43bd50dfe1b23c0703920224fcf241b84d Mon Sep 17 00:00:00 2001 From: Laura Date: Tue, 15 Oct 2024 19:57:18 +0200 Subject: [PATCH] correct names --- CAM/DisableCinematicBonnetCameraThisUpdate.md | 12 ++++++++++++ CAM/DisableFirstPersonCamThisFrame.md | 17 ----------------- CAM/DisableOnFootFirstPersonViewThisUpdate.md | 12 ++++++++++++ CAM/DisableVehicleFirstPersonCamThisFrame.md | 11 ----------- 4 files changed, 24 insertions(+), 28 deletions(-) create mode 100644 CAM/DisableCinematicBonnetCameraThisUpdate.md delete mode 100644 CAM/DisableFirstPersonCamThisFrame.md create mode 100644 CAM/DisableOnFootFirstPersonViewThisUpdate.md delete mode 100644 CAM/DisableVehicleFirstPersonCamThisFrame.md diff --git a/CAM/DisableCinematicBonnetCameraThisUpdate.md b/CAM/DisableCinematicBonnetCameraThisUpdate.md new file mode 100644 index 000000000..26c5f132f --- /dev/null +++ b/CAM/DisableCinematicBonnetCameraThisUpdate.md @@ -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. diff --git a/CAM/DisableFirstPersonCamThisFrame.md b/CAM/DisableFirstPersonCamThisFrame.md deleted file mode 100644 index b65948b42..000000000 --- a/CAM/DisableFirstPersonCamThisFrame.md +++ /dev/null @@ -1,17 +0,0 @@ ---- -ns: CAM ---- -## _DISABLE_FIRST_PERSON_CAM_THIS_FRAME - -```c -// 0xDE2EF5DA284CC8DF -void _DISABLE_FIRST_PERSON_CAM_THIS_FRAME(); -``` - -``` -Disables first person camera for the current frame. -Found in decompiled scripts: -GRAPHICS::DRAW_DEBUG_TEXT_2D("Disabling First Person Cam", 0.5, 0.8, 0.0, 0, 0, 255, 255); -CAM::_DE2EF5DA284CC8DF(); -``` - diff --git a/CAM/DisableOnFootFirstPersonViewThisUpdate.md b/CAM/DisableOnFootFirstPersonViewThisUpdate.md new file mode 100644 index 000000000..14d493167 --- /dev/null +++ b/CAM/DisableOnFootFirstPersonViewThisUpdate.md @@ -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. diff --git a/CAM/DisableVehicleFirstPersonCamThisFrame.md b/CAM/DisableVehicleFirstPersonCamThisFrame.md deleted file mode 100644 index 25380ef9f..000000000 --- a/CAM/DisableVehicleFirstPersonCamThisFrame.md +++ /dev/null @@ -1,11 +0,0 @@ ---- -ns: CAM ---- -## _DISABLE_VEHICLE_FIRST_PERSON_CAM_THIS_FRAME - -```c -// 0xADFF1B2A555F5FBA 0x5AC6DAC9 -void _DISABLE_VEHICLE_FIRST_PERSON_CAM_THIS_FRAME(); -``` - -