Namespace: CFXAPI set: clientGame: rdr3
GET_CAM_MATRIX
// GetCamMatrix
void GET_CAM_MATRIX(Cam camera, Vector3* rightVector, Vector3* forwardVector, Vector3* upVector, Vector3* position);
Returns the world matrix of the specified camera. To turn this into a view matrix, calculate the inverse.