setBatteryRTD: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (template:command argument fix)
m (Text replacement - "\|x([0-9])= *<code>([^<]*)<\/code>" to "|x$1= <sqf>$2</sqf>")
 
(27 intermediate revisions by 2 users not shown)
Line 1: Line 1:
[[Category:Scripting Commands]]
{{RV|type=command


{{Command|= Comments
|game1= tkoh
____________________________________________________________________________________________
|version1= 1.00


| TKOH |= Game name
|gr1= RTD


|1.00|= Game version
|descr= Toggle a helicopter's electrical systems on and off.
____________________________________________________________________________________________


| Toggle a helicopter's electrical systems on and off. |DESCRIPTION=
|s1= helicopterRTD [[setBatteryRTD]] enable
____________________________________________________________________________________________


| helicopterRTD '''setBatteryRTD''' enable|SYNTAX=
|p1= helicopterRTD : [[ObjectRTD]] - helicopter
|p2= enable : [[Boolean]] - on or off


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


| [[Nothing]] |RETURNVALUE=
|x1= <sqf>(vehicle player) setBatteryRTD false;</sqf>
____________________________________________________________________________________________
 
|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