apertureParams: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "\|game([0-9]) ?= (.+) \|version([0-9]) ?= (.+) " to "|game$1= $2 |version$3= $4 ")
m (Some wiki formatting)
 
Line 14: Line 14:
|s1= [[apertureParams]]
|s1= [[apertureParams]]


|r1= [[Array]] in format:
|r1= [[Array]] in format [aperture, isForced, estimatedAperture, estimatedLuminance, minCustom, stdCustom, maxCustom, customLuminance, isCustomForced, blinding], where:
* [[Number]] - Current aperture
* aperture: [[Number]] - current aperture
* [[Boolean]] - Whether aperture was forced by [[setAperture]]
* isForced: [[Boolean]] - whether aperture was forced by [[setAperture]]
* [[Number]] - Engine estimated aperture for the scene
* estimatedAperture: [[Number]] - engine-estimated scene aperture
* [[Number]] - Engine estimated luminance
* estimatedLuminance: [[Number]] - engine-estimated luminance
* [[Number]] - Minimal custom aperture, see [[setApertureNew]]
* minCustom: [[Number]] - minimal custom aperture, see [[setApertureNew]]
* [[Number]] - Standard custom aperture, see [[setApertureNew]]
* stdCustom: [[Number]] - standard custom aperture, see [[setApertureNew]]
* [[Number]] - Maximal custom aperture , see [[setApertureNew]]
* maxCustom: [[Number]] - maximal custom aperture, see [[setApertureNew]]
* [[Number]] - Custom luminance, see [[setApertureNew]]
* customLuminance: [[Number]] - custom luminance, see [[setApertureNew]]
* [[Boolean]] - Whether custom values were forced
* isCustomForced: [[Boolean]] - whether custom values were forced
* [[Number]] - Blinding intensity of the light
* blinding: [[Number]] - blinding intensity of the light


|x1= <code>[[private]] _apertureParams = [[apertureParams]];</code>
|x1= <sqf>private _apertureParams = apertureParams;</sqf>


|seealso= [[setApertureNew]] [[setAperture]]
|seealso= [[setApertureNew]] [[setAperture]]
}}
}}

Latest revision as of 18:18, 5 May 2022

Hover & click on the images for description

Description

Description:
Returns current aperture parameters.
Groups:
Camera ControlLights

Syntax

Syntax:
apertureParams
Return Value:
Array in format [aperture, isForced, estimatedAperture, estimatedLuminance, minCustom, stdCustom, maxCustom, customLuminance, isCustomForced, blinding], where:

Examples

Example 1:
private _apertureParams = apertureParams;

Additional Information

See also:
setApertureNew setAperture

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