disableNVGEquipment: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
(Created page with "{{Command|= Comments ____________________________________________________________________________________________ | arma3dev |= Game name |1.52|= Game version ______________...")
 
(capitalisation)
Line 10: Line 10:
____________________________________________________________________________________________
____________________________________________________________________________________________


| vehicle '''DisableNVGEquipment''' State|= Syntax
| vehicle '''disableNVGEquipment''' State|= Syntax


|p1= vehicle: [[Object]]  |= PARAMETER1  
|p1= vehicle: [[Object]]  |= PARAMETER1  
Line 19: Line 19:




|x1= <code>myTank [[DisableNVGEquipment]] true;</code>|= EXAMPLE1  
|x1= <code>myTank [[disableNVGEquipment]] true;</code>|= EXAMPLE1  
____________________________________________________________________________________________
____________________________________________________________________________________________



Revision as of 14:14, 21 September 2015

-wrong parameter ("arma3dev") defined!-[[:Category:Introduced with arma3dev version 1.52|1.52]]
Hover & click on the images for description

Description

Description:
Enable or disable transport vision modes (Nv).
Groups:
Uncategorised

Syntax

Syntax:
vehicle disableNVGEquipment State
Parameters:
vehicle: Object
State: Bool
Return Value:
Nothing

Examples

Example 1:
myTank disableNVGEquipment true;

Additional Information

See also:
See also needed

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

[[Category:Introduced with arma3dev version 1.52]][[ Category: arma3dev: New Scripting Commands | DISABLENVGEQUIPMENT]][[ Category: arma3dev: Scripting Commands | DISABLENVGEQUIPMENT]]

Notes


Bottom Section