disableTIEquipment

From Bohemia Interactive Community
Revision as of 19:53, 12 July 2010 by Dwarden (talk | contribs) (new scripting command, not yet in public build)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
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 the engine on, false to turn it off
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