Native referenceFiveM

FORCE_CINEMATIC_RENDERING_THIS_UPDATE

0xA41BCD7213805AAC CAM
FUNCTION SIGNATURE
void FORCE_CINEMATIC_RENDERING_THIS_UPDATE(BOOL enable);
Property Value
Native Name FORCE_CINEMATIC_RENDERING_THIS_UPDATE
Hash 0xA41BCD7213805AAC
Return Type void
Parameters enable (BOOL)

Description: Forces the camera to be in cinematic mode while the player is in a car. This has to be called every frame, e.g. in a Wait(0) loop.

Parameters

  • enable (BOOL) — Whether it should force the cinematic rendering or not.
Back to CAM