allCameras
Jump to navigation
Jump to search
Description
- Description:
- Return a list of all existing cameras.
- Groups:
- Camera Control
Syntax
- Syntax:
- allCameras
- Return Value:
- Array of Arrays format [camera, r2tInfos, isPrimary, ppEffectName, viewMode, TIindex]
- camera: Object - the camera itself (see camCreate)
- r2tInfos: Array of Arrays format [r2tName, effectName, ppEffectType, TIindex] where:
- r2tName: String - the camera's RTT name (see cameraEffect)
- ppEffectName: String - Normal, NightVision, Thermal, Colors, Mirror, ChromAber, FilmGrain
- ppEffectType: Number - ppEffectName in number format (0 = Normal, 1 = NightVision etc)
- TIIndex: Number - see setCamUseTI for possible values
- isPrimary: Boolean - whether or not this camera is the current main one
- ppEffectName: String - (Optional, only available if isPrimary is true) Normal, NightVision, Thermal, Colors, Mirror, ChromAber, FilmGrain
- viewMode: Number - (Optional, only available if isPrimary is true) 0 = normal, 1 = NVG, 2 = TI, 3 = NVG + TI
- TIIndex: Number - (Optional, only available if isPrimary is true) see setCamUseTI for possible values
Examples
- Example 1:
- Example 2:
Additional Information
- See also:
- camCreate camDestroy
Notes
-
Report bugs on the Feedback Tracker and/or discuss them on the Arma Discord or on the Forums.
Only post proven facts here! Add Note