SIMCONNECT_CAMERA_FLAG
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
| Member | Description |
|---|---|
SIMCONNECT_CAMERA_FLAG_NONE |
There are no flags set for the add-on camera. |
SIMCONNECT_CAMERA_FLAG_INTERACTION |
The add-on camera will permit interactions. |
SIMCONNECT_CAMERA_FLAG_ABOVE_GROUND |
The add-on camera altitude will always be set above the ground (including any buildings). |
Remarks
N/A
0/255