setBatteryRTD: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "|Game name=" to "|Game name= |gr1= RTD |GROUP1= ")
m (Text replacement - "\|x([0-9])= *<code>([^<]*)<\/code>" to "|x$1= <sqf>$2</sqf>")
 
(22 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{Command|Comments=
{{RV|type=command
____________________________________________________________________________________________


| TKOH |Game name=
|game1= tkoh
|version1= 1.00


|gr1= RTD |GROUP1=
|gr1= RTD


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


|s1= helicopterRTD [[setBatteryRTD]] enable


|1.00|Game version=
|p1= helicopterRTD : [[ObjectRTD]] - helicopter
____________________________________________________________________________________________
|p2= enable : [[Boolean]] - on or off


| Toggle a helicopter's electrical systems on and off. |DESCRIPTION=
|r1= [[Nothing]]
____________________________________________________________________________________________


| helicopterRTD '''setBatteryRTD''' enable|SYNTAX=
|x1= <sqf>(vehicle player) setBatteryRTD false;</sqf>
 
|p1= helicopterRTD : [[ObjectRTD]] - helicopter |PARAMETER1=
|p2= enable : [[Boolean]] - on or off |PARAMETER2=
 
| [[Nothing]] |RETURNVALUE=
____________________________________________________________________________________________
 
|x1= <code>(vehicle player) setBatteryRTD false;</code> |=
 
| [[setBatteryChargeRTD]], [[batteryChargeRTD]] |SEEALSO=


|seealso= [[setBatteryChargeRTD]] [[batteryChargeRTD]]
}}
}}
<h3 style="display:none">Notes</h3>
<dl class="command_description">
<!-- Note Section BEGIN -->
<!-- Note Section END -->
</dl>
<h3 style="display:none">Bottom Section</h3>
[[Category:Scripting Commands Take On Helicopters|{{uc:{{PAGENAME}}}}]]
[[Category:Take On Helicopters: New Scripting Commands List|{{uc:{{PAGENAME}}}}]]
[[Category:Command Group: RTD|{{uc:{{PAGENAME}}}}]]

Latest revision as of 11:24, 13 May 2022

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:
setBatteryChargeRTD batteryChargeRTD

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