setBatteryChargeRTD: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (added template)
mNo edit summary
Line 9: Line 9:
____________________________________________________________________________________________
____________________________________________________________________________________________


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

Revision as of 23:05, 11 August 2019


Hover & click on the images for description

Description

Description:
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