disableTIEquipment: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (new scripting command, not yet in public build)
 
mNo edit summary
Line 16: Line 16:
|p1= vehicle: [[Object]] |= Parameter 1
|p1= vehicle: [[Object]] |= Parameter 1


|p2= state: [[Boolean]] - true to turn the engine on, false to turn it off |= Parameter 2
|p2= state: [[Boolean]] - true to turn TI off, false to turn TI on |= Parameter 2


booleanValue: Boolean - desc
booleanValue: Boolean - desc

Revision as of 03:02, 25 July 2010

Hover & click on the images for description

Description

Description:
Disables TI equipment for given vehicle.
Groups:
Uncategorised

Syntax

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

Examples

Example 1:
vehicle player disableTIEquipment true
Example 2:
_tank disableTIEquipment 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

Notes

Bottom Section