setBatteryRTD: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "<h3 style="display:none">Bottom Section</h3> " to "")
m (Text replacement - " *\| *([Cc]omments|COMMENTS|Game|[Gg]ame [Nn]ame( +[0-9])?|Game [Vv]ersion( +[0-9])?|Game Version \(number surrounded by NO SPACES\)|Arguments in MP|MP[Aa]rg|Multiplayer Arguments( \("local" or "global"\))?|Effects|Execution|Effects...)
Line 1: Line 1:
{{Command|Comments=
{{Command


| TKOH |Game name=
| TKOH


|gr1= RTD |GROUP1=
|gr1= RTD






|1.00|Game version=
|1.00


| Toggle a helicopter's electrical systems on and off. |DESCRIPTION=
| Toggle a helicopter's electrical systems on and off.


| helicopterRTD '''setBatteryRTD''' enable|SYNTAX=
| helicopterRTD '''setBatteryRTD''' enable


|p1= helicopterRTD : [[ObjectRTD]] - helicopter |PARAMETER1=
|p1= helicopterRTD : [[ObjectRTD]] - helicopter
|p2= enable : [[Boolean]] - on or off |PARAMETER2=
|p2= enable : [[Boolean]] - on or off


| [[Nothing]] |RETURNVALUE=
| [[Nothing]]


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


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


}}
}}

Revision as of 12:09, 18 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