getTIParameters: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
(Page creation)
 
(Fix presentation)
Line 6: Line 6:
|gr1= Environment
|gr1= Environment


|descr= Returns all Thermal Imaging parameters. Currently available parameters are {{hl|"OutputRangeStart"}} and {{hl|"OutputRangeWidth"}}.
|descr= Returns all Thermal Imaging parameters.
{{{!}} class="wikitable"
! Parameter
! Description
{{!}}-
{{!}} OutputRangeStart
{{!}} Thermal output minimal value
{{!}}-
{{!}} OutputRangeWidth
{{!}} Thermal output width
{{!}}}
{{Feature|informative|The output formula is as follows: {{hl|OutputRangeStart + ''thermalValue'' × OutputRangeWidth}}.}}


|s1= [[getTIParameters]]
|s1= [[getTIParameters]]

Revision as of 13:43, 30 August 2022

Hover & click on the images for description

Description

Description:
Returns all Thermal Imaging parameters.
Parameter Description
OutputRangeStart Thermal output minimal value
OutputRangeWidth Thermal output width
The output formula is as follows: OutputRangeStart + thermalValue × OutputRangeWidth.
Groups:
Environment

Syntax

Syntax:
getTIParameters
Return Value:
HashMap format [["OutputRangeStart", 0.1], ["OutputRangeWidth", 0.8]]

Examples

Example 1:
if (getTIParameters get "OutputRangeStart" == 0.1) then { hint "default Start" };

Additional Information

See also:
setTIParameter setCamUseTI disableTIEquipment

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