disableTIEquipment: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) 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= ") |
Lou Montana (talk | contribs) m (Text replacement - "\{\{Feature *\| *Informative *\| ([^↵]+) *\}\}" to "{{Feature|informative|$1}}") |
||
(9 intermediate revisions by 2 users not shown) | |||
Line 17: | Line 17: | ||
|descr= Disables TI (Thermal Imaging) equipment for given vehicle. | |descr= Disables TI (Thermal Imaging) equipment for given vehicle. | ||
{{Feature | | {{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 | ||
Line 25: | Line 25: | ||
|p2= state: [[Boolean]] - true to turn TI off, false to turn TI on | |p2= state: [[Boolean]] - true to turn TI off, false to turn TI on | ||
|r1=[[Nothing]] | |r1= [[Nothing]] | ||
|x1= < | |x1= <sqf>vehicle player disableTIEquipment true;</sqf> | ||
|x2= < | |x2= <sqf>_tank disableTIEquipment true;</sqf> | ||
|seealso= [[ | |seealso= [[equipmentDisabled]] [[disableNVGEquipment]] [[currentVisionMode]] [[setCamUseTI]] [[camUseNVG]] | ||
}} | }} |
Latest revision as of 18:11, 15 March 2024
Description
- Description:
- Disables TI (Thermal Imaging) equipment for given vehicle.
- 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:
- Example 2:
Additional Information
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