setBatteryRTD: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - " <h3 style="display:none">Notes</h3> <dl class="command_description"> <!-- Note Section BEGIN --> <!-- Note Section END --> </dl> " to "")
m (Text replacement - " *\|= * " to " ")
Line 18: Line 18:
| [[Nothing]] |RETURNVALUE=
| [[Nothing]] |RETURNVALUE=


|x1= <code>(vehicle player) setBatteryRTD false;</code> |=
|x1= <code>(vehicle player) setBatteryRTD false;</code>


| [[setBatteryChargeRTD]], [[batteryChargeRTD]] |SEEALSO=
| [[setBatteryChargeRTD]], [[batteryChargeRTD]] |SEEALSO=

Revision as of 22:45, 17 January 2021

Hover & click on the images for description

Description

Description:
Toggle a helicopter's electrical systems on and off.
Groups:
RTD

Syntax

Syntax:
helicopterRTD setBatteryRTD enable
Parameters:
helicopterRTD : ObjectRTD - helicopter
enable : Boolean - on or off
Return Value:
Nothing

Examples

Example 1:
(vehicle player) setBatteryRTD false;

Additional Information

See also:
setBatteryChargeRTDbatteryChargeRTD

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

Bottom Section