setBatteryChargeRTD: 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 20: Line 20:
| [[Nothing]] |RETURNVALUE=
| [[Nothing]] |RETURNVALUE=


|x1= <code>[[vehicle]] [[player]] [[setBatteryChargeRTD]] 0.5;</code> |=
|x1= <code>[[vehicle]] [[player]] [[setBatteryChargeRTD]] 0.5;</code>


| [[batteryChargeRTD]], [[setBatteryRTD]] |SEEALSO=
| [[batteryChargeRTD]], [[setBatteryRTD]] |SEEALSO=

Revision as of 22:45, 17 January 2021

Hover & click on the images for description

Description

Description:
Set the actual battery charge of a helicopter.
  • 0: no charge
  • 1: fully charged
Groups:
RTD

Syntax

Syntax:
helicopterRTD setBatteryChargeRTD charge
Parameters:
helicopterRTD: ObjectRTD - helicopter
charge: Number - battery charge level
Return Value:
Nothing

Examples

Example 1:
vehicle player setBatteryChargeRTD 0.5;

Additional Information

See also:
batteryChargeRTDsetBatteryRTD

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