Native referenceRedM

GET_CAM_ROT

0x9BF96B57254E7889 CAM
FUNCTION SIGNATURE
Vector3 GET_CAM_ROT(`cam` (Cam), `rotationOrder` (int));

Description: rotationOrder: https://github.com/Halen84/RDR3-Native-Flags-And-Enums/tree/main/eEulerRotationOrder

Property Value
Native Name GET_CAM_ROT
Hash 0x9BF96B57254E7889
Return Type Vector3
Build 1207
Parameters cam (Cam), rotationOrder (int)

Parameters

  • cam (Cam)
  • rotationOrder (int)

Usage

Lua (Direct):

local result = GetCamRot(cam, rotationOrder)

Lua (Hash):

local result = Citizen.InvokeNative(0x9BF96B57254E7889, cam, rotationOrder)

Back to CAM