disableTIEquipment: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - " \{\{GameCategory\|[a-z]+[0-9]?\|Scripting Commands\}\}" to "")
m (Text replacement - " \| *(game[0-9]|version[0-9]|gr[0-9]|serverExec|mp|pr|descr|s[0-9]|p[0-9]{1,3}|r[0-9]|x1?[0-9]|seealso) *= +" to " |$1= ")
Line 19: Line 19:
{{Feature | Informative | In older versions of Arma this command would also disable NV (Night Vision), but since Arma 3 v1.54 this command disables only TI. Use [[disableNVGEquipment]] to disable NV.}}
{{Feature | Informative | In older versions of Arma this command would also disable NV (Night Vision), but since Arma 3 v1.54 this command disables only TI. Use [[disableNVGEquipment]] to disable NV.}}


|s1= vehicle [[disableTIEquipment]] state
|s1= vehicle [[disableTIEquipment]] state


|p1= vehicle: [[Object]]
|p1= vehicle: [[Object]]

Revision as of 23:02, 19 June 2021

Hover & click on the images for description

Description

Description:
Disables TI (Thermal Imaging) equipment for given vehicle.
In older versions of Arma this command would also disable NV (Night Vision), but since Arma 3 v1.54 this command disables only TI. Use disableNVGEquipment to disable NV.
Groups:
Weapons

Syntax

Syntax:
vehicle disableTIEquipment state
Parameters:
vehicle: Object
state: Boolean - true to turn TI off, false to turn TI on
Return Value:
Nothing

Examples

Example 1:
vehicle player disableTIEquipment true;
Example 2:
_tank disableTIEquipment true;

Additional Information

See also:
setCamUseTIcamUseNVGdisableNVGEquipmentcurrentVisionMode

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