CameraObjectID =  scene .camera .get  (  SceneObjectID ,  CameraIndex  )  
                                     
Description :

This instruction returns the ObjectID for the camera currently assigned to a scene.

Parameters :

  • ObjectID of the scene.
  • Index of the camera.

Return Handle :

  • ObjectID of the camera if the search was successful, NULL otherwise.

Examples :