StopScriptGlobalShaking — FiveM Natives
0x1C9D7949FA533490 · CAM · all
Stops the currently active global camera shake that was initiated by a script. You can check if a global camera shake is active using IS_SCRIPT_GLOBAL_SHAKING. `` NativeDB Introduced: v323 ``
Parameters
| Name | Type | Description |
|---|---|---|
| bStopImmediately | BOOL | A boolean indicating whether the camera shake should stop instantly (TRUE) or gradually fade out (FALSE). |
Returns
void