The SIMCONNECT_CAMERA_FLAG enum used to set/get specific camera options.

 

Syntax
enum SIMCONNECT_CAMERA_FLAG {
    SIMCONNECT_CAMERA_FLAG_NONE         = 0x00,
    SIMCONNECT_CAMERA_FLAG_INTERACTION  = 0x01,
    SIMCONNECT_CAMERA_FLAG_ABOVE_GROUND = 0x02
    }

 

Members
MemberDescription
SIMCONNECT_CAMERA_FLAG_NONEThere are no flags set for the add-on camera.
SIMCONNECT_CAMERA_FLAG_INTERACTIONThe add-on camera will permit interactions.
SIMCONNECT_CAMERA_FLAG_ABOVE_GROUNDThe add-on camera altitude will always be set above the ground (including any buildings).

 

Remarks

N/A