The SIMCONNECT_CAMERA_WORLD_LOCKER_STATUS enumeration type is used to describe the different possible camera locker status.

 

Syntax
enum SIMCONNECT_CAMERA_WORLD_LOCKER_STATUS
{
    SIMCONNECT_CAMERA_WORLD_LOCKER_STATUS_NONE,
    SIMCONNECT_CAMERA_WORLD_LOCKER_STATUS_START,
    SIMCONNECT_CAMERA_WORLD_LOCKER_STATUS_SUCCESS,
    SIMCONNECT_CAMERA_WORLD_LOCKER_STATUS_CANCEL,
    SIMCONNECT_CAMERA_WORLD_LOCKER_STATUS_FAIL
    };

 

Members
MemberDescription
SIMCONNECT_CAMERA_WORLD_LOCKER_STATUS_NONEDefault value, not used by the simulation.
SIMCONNECT_CAMERA_WORLD_LOCKER_STATUS_STARTThe camera locker has been setup and start loading the terrain and scenery around it.
SIMCONNECT_CAMERA_WORLD_LOCKER_STATUS_SUCCESSThe loading around the locker is finished.
SIMCONNECT_CAMERA_WORLD_LOCKER_STATUS_CANCELThe camera locker has been deleted by the addon or by the sim itself (in case of low memory for example)
SIMCONNECT_CAMERA_WORLD_LOCKER_STATUS_FAILInternal error.

 

Remarks

N/A