_IS_PLAYER_CAM_CONTROL_DISABLED
Docslocal retval = IsPlayerCamControlDisabled()Description
Returns true when the player is not able to control the cam i.e. when running a benchmark test, switching the player or viewing a cutscene.
Note: I am not 100% sure if the native actually checks if the cam control is disabled but it seems promising.
Returns
BOOLReturns TRUE (1) or FALSE (0).