Native referenceRedMclient

_SET_ALLOW_FIRST_PERSON_MOUSE_CAMERA_MOVEMENT

0x0546B117BB17548B INTERACTION
FUNCTION SIGNATURE
void _SET_ALLOW_FIRST_PERSON_MOUSE_CAMERA_MOVEMENT(/* parameters not documented */);
Property Value
Native Name _SET_ALLOW_FIRST_PERSON_MOUSE_CAMERA_MOVEMENT
Hash 0x0546B117BB17548B
Return Type void
Build 1232
API Set client

Description: Allows camera to be moved if middle mouse button is held while in first person Must be called every frame _SET*

Usage

Lua (Direct):

SetAllowFirstPersonMouseCameraMovement()

Lua (Hash):

Citizen.InvokeNative(0x0546B117BB17548B)
Back to INTERACTION