disableTIEquipment: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
(see also, format)
No edit summary
Line 7: Line 7:


|arg= global |= Arguments in MP
|arg= global |= Arguments in MP
|eff= global |= Effects in MP
____________________________________________________________________________________________
____________________________________________________________________________________________



Revision as of 16:39, 9 September 2015

Hover & click on the images for description

Description

Description:
Disables TI (Thermal) equipment for given vehicle. Will also disable NV (Night Vision).
Groups:
Uncategorised

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:
setCamUseTicamUseNVG

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

Notes

Bottom Section