setBatteryChargeRTD: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (template:command argument fix)
m (added template)
Line 9: Line 9:
____________________________________________________________________________________________
____________________________________________________________________________________________


| Set the actual battery charge of a helicopter.
|{{Feature AFM}} Set the actual battery charge of a helicopter.
* 0: no charge
* 0: no charge
* 1: fully charged |DESCRIPTION=
* 1: fully charged |DESCRIPTION=
Line 22: Line 22:
____________________________________________________________________________________________
____________________________________________________________________________________________


|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 23:03, 11 August 2019


Hover & click on the images for description

Description

Description:
Template:Feature AFM Set the actual battery charge of a helicopter.
  • 0: no charge
  • 1: fully charged
Groups:
Uncategorised

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

Notes

Bottom Section