Native referenceRedMclient

GET_CAM_SPLINE_PHASE

0x095EDCD24D90033A CAM
FUNCTION SIGNATURE
float GET_CAM_SPLINE_PHASE(Cam cam);
Property Value
Native Name GET_CAM_SPLINE_PHASE
Hash 0x095EDCD24D90033A
Return Type float
Build 1207
API Set client
Parameters cam (Cam)

Description: Can use this with SET_CAM_SPLINE_PHASE to set the float it this native returns.

(returns 1.0f when no nodes has been added, reached end of non existing spline)

Usage

Lua (Direct):

local result = GetCamSplinePhase(cam)

Lua (Hash):

local result = Citizen.InvokeNative(0x095EDCD24D90033A, cam)
Back to CAM