Native referenceFiveM

SET_FOCUS_POS_AND_VEL

0xBB7454BAFF08FE25 STREAMING
FUNCTION SIGNATURE
void SET_FOCUS_POS_AND_VEL(float x, float y, float z, float offsetX, float offsetY, float offsetZ);
Property Value
Native Name SET_FOCUS_POS_AND_VEL
Hash 0xBB7454BAFF08FE25
Return Type void
Parameters x (float), y (float), z (float), offsetX (float), offsetY (float), offsetZ (float)

Description: ``` Override the area where the camera will render the terrain. p3, p4 and p5 are usually set to 0.0

Back to STREAMING